We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874633d commit 53d40a0Copy full SHA for 53d40a0
1 file changed
opentelemetry-sdk/CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
## vNext
4
5
+- Added SDK self-observability metric `otel.sdk.processor.log.processed` for
6
+ `BatchLogProcessor` (feature-gated behind
7
+ `experimental_metrics_bound_instruments`). The metric counts processed log
8
+ records and includes `error.type` dimensions for outcomes like
9
+ `queue_full` and `already_shutdown`, enabling operators to distinguish
10
+ successful processing from drops due to full queue or post-shutdown emits.
11
+ ([#3514](https://github.com/open-telemetry/opentelemetry-rust/pull/3514))
12
+
13
## 0.32.1
14
15
Released 2026-May-23
0 commit comments