We explicitly add a Prometheus metrics reader to the collector configuration if one is not present. We only set the endpoint, so the rest of the settings should use defaults. However, due to a recently fixed bug in the collector, this caused us to use non-default settings.
These settings control, among other things, the shape of the metrics data emitted by the collector, including the metric names. Changing this would be a significant breaking change. However, we should ultimately be aligned with collector defaults here.
The proposed solution here, as discussed during the SIG meeting on 05.05.2026, is:
Users who want different behavior can explicitly set it in their individual OpenTelemetryCollector CRs.
We explicitly add a Prometheus metrics reader to the collector configuration if one is not present. We only set the endpoint, so the rest of the settings should use defaults. However, due to a recently fixed bug in the collector, this caused us to use non-default settings.
These settings control, among other things, the shape of the metrics data emitted by the collector, including the metric names. Changing this would be a significant breaking change. However, we should ultimately be aligned with collector defaults here.
The proposed solution here, as discussed during the SIG meeting on 05.05.2026, is:
Users who want different behavior can explicitly set it in their individual OpenTelemetryCollector CRs.