open-telemetry/opentelemetry-collector-releases
View on GitHubChange the config.yaml of distributions to use the OTLP receiver instead of Prometheus
Open
#836 opened on Feb 25, 2025
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.