@@ -293,7 +293,9 @@ There are currently no metrics specific to `normal` verbosity.
293
293
{{% alert title="Note" color="info" %}} The `http_` and `rpc_` metrics come from
294
294
instrumentation libraries. Their original names use dots (`.`), but when
295
295
exposing internal metrics with Prometheus, they are translated to use
296
- underscores (`_`) to match Prometheus' naming constraints.
296
+ underscores (`_`) to match Prometheus' naming constraints. These metrics are not
297
+ covered by the maturity levels below since they are not under the Collector SIG
298
+ control.
297
299
298
300
The `otelcol_processor_batch_` metrics are unique to the `batchprocessor`.
299
301
@@ -317,6 +319,10 @@ The Collector logs the following internal events:
317
319
318
320
# # Telemetry maturity levels
319
321
322
+ The Collector telemetry levels apply to all first-party telemetry produced by
323
+ the Collector. Third-party libraries, including those of OpenTelemetry Go, are
324
+ not covered by these maturity levels.
325
+
320
326
# ## Traces
321
327
322
328
Tracing instrumentation is still under active development, and changes might be
@@ -326,10 +332,13 @@ guarantees of backwards compatibility for tracing instrumentation.
326
332
327
333
# ## Metrics
328
334
329
- The Collector's metrics follow a four-stage lifecycle :
335
+ The Collector's first-party metrics follow a four-stage lifecycle :
330
336
331
337
> Alpha metric → Stable metric → Deprecated metric → Deleted metric
332
338
339
+ Third-party metrics, including those generated by OpenTelemetry Go
340
+ instrumentation libraries, are not covered by these maturity levels.
341
+
333
342
# ### Alpha
334
343
335
344
Alpha metrics have no stability guarantees. These metrics can be modified or
0 commit comments