lgtm-stack/prometheus.yaml

14 lines
255 B
YAML

global:
scrape_interval: 5s
evaluation_interval: 5s
scrape_configs:
- job_name: 'traefik'
static_configs:
- targets:
- "traefik:8080"
- job_name: node_exporter
static_configs:
- targets:
- "node_exporter:9100"