We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464683c commit 3cf3345Copy full SHA for 3cf3345
CHANGELOG.md
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
## Unreleased
9
10
- Add `event_name` as a top level field in the `LogRecord`. Events are now simply logs with the
11
-`event_name` field set, the logs SDK should be used to emit events.
+`event_name` field set, the logs SDK should be used to emit events ([#4652](https://github.com/open-telemetry/opentelemetry-python/pull/4652)).
12
- Update OTLP gRPC/HTTP exporters: the export timeout is now inclusive of all retries and backoffs.
13
A +/-20% jitter was added to all backoffs. A pointless 32 second sleep that occurred after all retries
14
had completed/failed was removed.
0 commit comments