Files
homeAutomation/configurations/prometheus/prometheus.yml
2024-10-06 17:26:49 +02:00

19 lines
362 B
YAML

global:
scrape_interval: 1m
scrape_configs:
- job_name: "prometheus"
scrape_interval: 1m
static_configs:
- targets: ["prometheus:9090"]
- job_name: "node"
scrape_interval: 1m
static_configs:
- targets: ["node-exporter:9100"]
- job_name: "otel"
scrape_interval: 5s
static_configs:
- targets: ["otel-collector:8889"]