Files
Docker-Compose/Monitor-Stack/prometheus.yml
T
2026-06-03 00:28:45 -07:00

17 lines
293 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
alerting:
alertmanagers:
- static_configs:
- targets:
- alertmanager:9093
rule_files:
# - alert-rules.yml
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']