Skip to content

Commit 4b43163

Browse files
authored
Added anchors to internal-telemetry.md (#8325)
1 parent 74091fe commit 4b43163

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/collector/internal-telemetry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ A more detailed list is available in the following sections.
293293
This section explains special naming conventions applied to some internal
294294
metrics.
295295

296-
#### `otelcol_` prefix
296+
#### `otelcol_` prefix {#otelcol-prefix}
297297

298298
As of Collector v0.106.1, internal metric names are handled differently based on
299299
their source:
@@ -307,7 +307,7 @@ Prometheus exporter, regardless of their origin, are prefixed with `otelcol_`.
307307
This includes metrics from both Collector components and instrumentation
308308
libraries.
309309

310-
#### `_total` suffix
310+
#### `_total` suffix {#total-suffix}
311311

312312
By default and unique to Prometheus, the Prometheus exporter adds a `_total`
313313
suffix to summation metrics to follow Prometheus naming conventions, such as
@@ -325,7 +325,7 @@ Internal metrics exported through OTLP do not have this behavior. The
325325
[internal metrics](#lists-of-internal-metrics) on this page are listed in OTLP
326326
format, such as `otelcol_exporter_send_failed_spans`.
327327

328-
#### Dots (`.`) v. underscores (`_`)
328+
#### Dots (`.`) v. underscores (`_`) {#dots-v-underscores}
329329

330330
`http*` and `rpc*` metrics come from instrumentation libraries. Their original
331331
names used dots (`.`). Prior to Collector v0.120.0, internal metrics exposed

0 commit comments

Comments
 (0)