open-meteo-service/prometheus.yml
2026-02-15 20:04:11 +02:00

13 lines
262 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: "prometheus"
static_configs:
- targets: ["prometheus:9090"]
- job_name: "open-meteo-service"
metrics_path: "/metrics"
static_configs:
- targets: ["open-meteo-service:8000"]