prometheus.yaml 174 B

123456
  1. scrape_configs:
  2. - job_name: 'otel-collector'
  3. scrape_interval: 10s
  4. static_configs:
  5. - targets: ['otel-collector:8889']
  6. - targets: ['otel-collector:8888']