lgtm-stack/prometheus.yaml

14 lines
267 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-19 15:34:31 +02:00
# - job_name: node_exporter
# static_configs:
# - targets:
# - "node_exporter:9100"