File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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 ) )
You can’t perform that action at this time.
0 commit comments