host-metrics/configs/prometheus/prometheus.yml
2026-09-17 22:31:35 +02:00

9 lines
186 B
YAML

global:
scrape_interval: 15s
scrape_timeout: 10s
scrape_configs:
- job_name: host-metrics-kafka
honor_labels: true
static_configs:
- targets: ["metrics-bridge:9273"]