Update prometheus.yml
This commit is contained in:
parent
ee2dc670df
commit
41959315db
@ -5,8 +5,10 @@ global:
|
|||||||
evaluation_interval: 15s
|
evaluation_interval: 15s
|
||||||
|
|
||||||
scrape_configs:
|
scrape_configs:
|
||||||
# A job for scraping Prometheus itself.
|
|
||||||
- job_name: 'prometheus'
|
- job_name: 'prometheus'
|
||||||
# Use the service name defined in docker-compose.yml as the target hostname.
|
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['localhost:9090']
|
- targets: ['localhost:9090']
|
||||||
|
- job_name: 'gitea'
|
||||||
|
static_configs:
|
||||||
|
- targets: ['git.badger-pirarucu.ts.net']
|
||||||
|
metrics_path: '/metrics'
|
||||||
Loading…
x
Reference in New Issue
Block a user