Files
jambotron/jambotron-ui/hetzner/caddy/prometheus.yml
T
2026-05-06 21:38:29 +03:00

15 lines
297 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: 'node'
static_configs:
- targets: ['node-exporter:9100']
- job_name: 'cadvisor'
static_configs:
- targets: ['cadvisor:8080']
- job_name: 'mongodb'
static_configs:
- targets: ['mongodb-exporter:9216']