prometheus.yml 245 B

1234567891011
  1. # Copyright The OpenTelemetry Authors
  2. # SPDX-License-Identifier: Apache-2.0
  3. global:
  4. scrape_interval: 5s
  5. scrape_timeout: 2s
  6. evaluation_interval: 5s
  7. scrape_configs:
  8. - job_name: otel
  9. static_configs:
  10. - targets: ["localhost:9464"]