Explorecraft_Logolcicusz_Kn.../prometheus/prometheus.yaml

19 lines
335 B
YAML
Raw Normal View History

global:
2024-05-07 12:06:50 +00:00
scrape_interval: 15s
scrape_configs:
- job_name: 'prometheus'
scrape_interval: 5s
static_configs:
- targets: ['localhost:9090']
2024-05-07 12:06:50 +00:00
- job_name: 'node_exporter'
static_configs:
- targets: ['node_exporter:9100']
- job_name: 'cadvisor'
static_configs:
- targets: ['cadvisor:8080']