Skip to content

Commit 9e1ba28

Browse files
committed
Update changelog
1 parent b4df54a commit 9e1ba28

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- typecheck: add sdk/resources and drop mypy
1313
([#4578](https://github.com/open-telemetry/opentelemetry-python/pull/4578))
14-
- Update OTLP gRPC/HTTP exporters: the export timeout is now inclusive of all retries and backoffs,
15-
and an unnecessary 32 second sleep that occurred after all retries had completed/failed was removed.
16-
Update gRPC OTLP Exporters to use official gRPC retry policy config. The `RetryInfo` proto in the error
17-
response will now be ignored, and server's should now use the gRPC supported header `grpc-retry-pushback-ms`.
14+
- Update OTLP gRPC/HTTP exporters: the export timeout is now inclusive of all retries and backoffs.
15+
A +/-20% jitter was added to all backoffs. A pointless 32 second sleep that occurred after all retries
16+
had completed/failed was removed.
1817
([#4564](https://github.com/open-telemetry/opentelemetry-python/pull/4564)).
1918
- Use PEP702 for marking deprecations
2019
([#4522](https://github.com/open-telemetry/opentelemetry-python/pull/4522))

0 commit comments

Comments
 (0)