opentelemetry-dotnet-instru.../examples/demo/prometheus.yml

13 lines
235 B
YAML

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