Skip to content

Commit 2157a35

Browse files
authored
Apply suggestion from @tiffany76
1 parent a794085 commit 2157a35

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -464,21 +464,6 @@ files in the repository.
464464
| `rpc.client.call.duration` | Measures the duration of outbound remote procedure calls (RPC). | Histogram |
465465
| `rpc.server.call.duration` | Measures the duration of inbound remote procedure calls (RPC). | Histogram |
466466

467-
> [!NOTE]
468-
>
469-
> The `http*` and `rpc*` metrics are not covered by the maturity levels below
470-
> since they are not under the Collector SIG control.
471-
>
472-
> RPC metric names are version-dependent. For instance, Collector releases prior
473-
> to 0.147.0 exposed `rpc.client.duration` and `rpc.server.duration` instead of
474-
> `rpc.client.call.duration` and `rpc.server.call.duration`.
475-
>
476-
> The `otelcol_processor_batch_` metrics are unique to the `batchprocessor`.
477-
>
478-
> The `otelcol_receiver_`, `otelcol_scraper_`, `otelcol_processor_`, and
479-
> `otelcol_exporter_` metrics come from their respective `helper` packages. As
480-
> such, some components not using those packages might not emit them.
481-
482467
#### Ownership of emitted metrics
483468

484469
Some metrics are not owned by the Collector SIG and some are limited to certain

0 commit comments

Comments
 (0)