SIGN IN SIGN UP

Count post-shutdown-dropped records as `already_shutdown` on processor.processed (#5509)

* Count post-shutdown-dropped records as processed with error.type=already_shutdown

Batch (span+log) and simple log processors previously dropped records
silently after shutdown. Count them on otel.sdk.processor.{span,log}.processed
with error.type=already_shutdown, matching the semantic conventions and the
.NET SDK. SimpleSpanProcessor is unchanged (it has no shutdown gate).

Assisted-by: Claude Opus 4.8

* Add changelog fragment for already_shutdown processed counting

Assisted-by: Claude Opus 4.8

* Fix lint: ruff-format wrap and too-many-lines disable

Assisted-by: Claude Opus 4.8

* Re-trigger CI

Signed-off-by: cijothomas <cijo.thomas@gmail.com>

---------

Signed-off-by: cijothomas <cijo.thomas@gmail.com>
C
Cijo Thomas committed
7bccdfcb138a00062ea607a62595dd34dfb9efd1
Parent: 91e49a5
Committed by GitHub <noreply@github.com> on 8/5/2026, 8:01:07 PM