Skip to content

Commit 53d40a0

Browse files
committed
chore(sdk): add missing changelog entry
1 parent 874633d commit 53d40a0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

opentelemetry-sdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## vNext
44

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+
513
## 0.32.1
614

715
Released 2026-May-23

0 commit comments

Comments
 (0)