lgtm-stack/prometheus.yaml

14 lines
255 B
YAML
Raw Normal View History

2023-07-13 14:11:42 +02:00
global:
scrape_interval: 5s
evaluation_interval: 5s
scrape_configs:
- job_name: 'traefik'
static_configs:
- targets:
- "traefik:8080"
2023-07-17 09:41:37 +02:00
- job_name: node_exporter
static_configs:
- targets:
- "node_exporter:9100"