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 5ef26f2 commit 2e76e59Copy full SHA for 2e76e59
CHANGELOG.md
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
- Overwrite logging.config.fileConfig and logging.config.dictConfig to ensure
11
the OTLP `LogHandler` remains attached to the root logger. Fix a bug that
12
can cause a deadlock to occur over `logging._lock` in some cases ([#4636](https://github.com/open-telemetry/opentelemetry-python/pull/4636)).
13
+- Add new environment variables to the SDK `OTEL_PYTHON_EXPORTER_OTLP_{METRICS/TRACES/LOGS}_CREDENTIAL_PROVIDER` that can be used to
14
+inject a `requests.Session` or `grpc.ChannelCredentials` object into exporters created during auto instrumentation.
15
16
## Version 1.35.0/0.56b0 (2025-07-11)
17
0 commit comments