thedocks/prometheus/prometheus/prometheus.yml
2022-04-02 22:26:04 +01:00

16 lines
275 B
YAML

global:
scrape_interval: 30s
scrape_timeout: 10s
rule_files:
- alert.yml
scrape_configs:
- job_name: services
metrics_path: /metrics
static_configs:
- targets:
- 'prometheus:9090'
- 'idonotexists:564'
- 'localhost:2015'