Nova/otel/prometheus/prometheus-config.yaml
2023-01-05 18:33:53 +04:00

13 lines
221 B
YAML

global:
evaluation_interval: 30s
scrape_interval: 5s
scrape_configs:
- job_name: otel
static_configs:
- targets:
- 'otelcol:9464'
- job_name: otel-collector
static_configs:
- targets:
- 'otelcol:8888'