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.