Files
observability-stack/prometheus/prometheus.yml
Yevgeniy Ulyantsev 0edb4c9405 init
2026-01-28 22:46:56 +03:00

8 lines
138 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: otel-collector
static_configs:
- targets: ['otel-collector:8888']