thedocks/prometheus/config/prometheus.yml

16 lines
246 B
YAML
Raw Normal View History

2022-04-02 17:56:21 +01:00
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'