open-telemetry/opentelemetry-collector-releases

Change the config.yaml of distributions to use the OTLP receiver instead of Prometheus

Open

#836 opened on Feb 25, 2025

View on GitHub
 (7 comments) (2 reactions) (1 assignee)Go (246 forks)auto 404
enhancementgood first issuenever stale

Repository metrics

Stars
 (491 stars)
PR merge metrics
 (PR metrics pending)

Description

config.yaml contains a snippet to read internal metrics:

  # Collect own metrics
  prometheus:
    config:
      scrape_configs:
      - job_name: 'otel-collector'
        scrape_interval: 10s
        static_configs:
        - targets: ['0.0.0.0:8888']

It should be using OTLP now.

Contributor guide