crusto/infra/prometheus.yml
2024-12-09 15:43:16 +03:00

5 lines
133 B
YAML

scrape_configs:
- job_name: "otel-collector"
scrape_interval: 10s
static_configs:
- targets: ["otel-collector:8889"]