You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: opentelemetry-otlp/CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
- URL encoded values in `OTEL_EXPORTER_OTLP_HEADERS` are now correctly decoded. [#1578](https://github.com/open-telemetry/opentelemetry-rust/pull/1578)
10
10
- OTLP exporter will not change the URL added through `ExportConfig`[#1706](https://github.com/open-telemetry/opentelemetry-rust/pull/1706)
11
11
- Default grpc endpoint will not have path based on signal(e.g `/v1/traces`) [#1706](https://github.com/open-telemetry/opentelemetry-rust/pull/1706)
12
+
- Fix feature flags for `OTEL_EXPORTER_OTLP_PROTOCOL_DEFAULT`[#1746](https://github.com/open-telemetry/opentelemetry-rust/pull/1746)
// Opentelemetry will not provide a global API to manage the logger provider. Application users must manage the lifecycle of the logger provider on their own. Dropping logger providers will disable log emitting.
0 commit comments