fleet/tools/telemetry/prometheus.yml

7 lines
174 B
YAML
Raw Normal View History

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