13 lines
262 B
YAML
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"]
|