You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| v0.147.0 | `rpc.client.call.duration`, `rpc.server.call.duration`, `rpc.*.request.size`, `rpc.*.response.size` (the `*_per_rpc` metrics are deprecated and no longer emitted) |
503
+
| v0.148.0 and later | `rpc.client.call.duration`, `rpc.server.call.duration` only |
504
+
RPC size metrics are not emitted by
505
+
Collector v0.148.0 or later. The [RPC semantic conventions v1.40.0](https://github.com/open-telemetry/semantic-conventions/releases/tag/v1.40.0)
506
+
deprecated them due to ambiguous definitions and inconsistent implementation.
507
+
508
+
**`otelcol_processor_batch_*` metrics**
509
+
510
+
These metrics are unique to the `batchprocessor`.
511
+
512
+
**`helper` package metrics**
513
+
514
+
The `otelcol_receiver_`, `otelcol_scraper_`, `otelcol_processor_`, and `otelcol_exporter_` metrics come from their respective `helper` packages. As such, some components not using those packages might not emit them.
0 commit comments