prom.yaml 186 B

123456
  1. # Configure Prometheus to scrape the OTel collector endpoint
  2. scrape_configs:
  3. - job_name: "otel-collector"
  4. scrape_interval: 1s
  5. static_configs:
  6. - targets: ["otelcol:8889"]