continuity/otlp/prometheus.yml

8 lines
172 B
YAML

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