Skip to content

Commit eb17ec2

Browse files
committed
Merge branch 'shutdown_refactor' of github.com:DylanRussell/opentelemetry-python into shutdown_refactor
2 parents 950f57a + 768435b commit eb17ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ can cause a deadlock to occur over `logging._lock` in some cases ([#4636](https:
1313

1414
- Update OTLP gRPC/HTTP exporters: calling shutdown will now interrupt exporters that are sleeping
1515
before a retry attempt, and cause them to return failure immediately.
16-
Update BatchSpan/LogRecodProcessors: shutdown will now complete after 30 seconds of trying to finish
16+
Update BatchSpan/LogRecordProcessors: shutdown will now complete after 30 seconds of trying to finish
1717
exporting any buffered telemetry, instead of continuing to export until all telemetry was exported.
18-
([#4564](https://github.com/open-telemetry/opentelemetry-python/pull/4564)).
18+
([#4638](https://github.com/open-telemetry/opentelemetry-python/pull/4638)).
1919

2020
## Version 1.35.0/0.56b0 (2025-07-11)
2121

0 commit comments

Comments
 (0)