diff --git a/content/en/docs/collector/internal-telemetry.md b/content/en/docs/collector/internal-telemetry.md index d25cad225132..8a5d1c0817e9 100644 --- a/content/en/docs/collector/internal-telemetry.md +++ b/content/en/docs/collector/internal-telemetry.md @@ -187,6 +187,18 @@ The following tables group each internal metric by level of verbosity: `basic`, `normal`, and `detailed`. Each metric is identified by name and description and categorized by instrumentation type. +{{% alert title="Note" color="info" %}} As of Collector v0.106.1, internal +metric names are handled differently based on their source: + +- Metrics generated from Collector components are prefixed with `otelcol_`. +- Metrics generated from instrumentation libraries do not use the `otelcol_` + prefix by default, unless their metric names are explicitly prefixed. + +For Collector versions prior to v0.106.1, all internal metrics emitted using the +Prometheus exporter, regardless of their origin, are prefixed with `otelcol_`. +This includes metrics from both Collector components and instrumentation +libraries. {{% /alert %}} + #### `basic`-level metrics