Skip to content

Commit 3ab6126

Browse files
committed
Commit changes
1 parent f06d8db commit 3ab6126

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
- Add experimental composite samplers
1616
([#4714](https://github.com/open-telemetry/opentelemetry-python/pull/4714))
17-
- Add new environment variables to the SDK `OTEL_PYTHON_EXPORTER_OTLP_{METRICS/TRACES/LOGS}_CREDENTIAL_PROVIDER` that can be used to
17+
- Add new environment variables to the SDK `OTEL_PYTHON_EXPORTER_OTLP_{HTTP/GRPC}_{METRICS/TRACES/LOGS}_CREDENTIAL_PROVIDER` that can be used to
1818
inject a `requests.Session` or `grpc.ChannelCredentials` object into OTLP exporters created during auto instrumentation [#4689](https://github.com/open-telemetry/opentelemetry-python/pull/4689).
1919
- Filter duplicate logs out of some internal `logger`'s logs on the export logs path that might otherwise endlessly log or cause a recursion depth exceeded issue in cases where logging itself results in an exception.
2020
([#4695](https://github.com/open-telemetry/opentelemetry-python/pull/4695)).

exporter/opentelemetry-exporter-otlp-proto-grpc/src/opentelemetry/exporter/otlp/proto/grpc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
- :envvar:`OTEL_EXPORTER_OTLP_TRACES_HEADERS`
3030
- :envvar:`OTEL_EXPORTER_OTLP_TRACES_ENDPOINT`
3131
- :envvar:`OTEL_EXPORTER_OTLP_TRACES_COMPRESSION`
32-
- :envvar:`OTEL_PYTHON_EXPORTER_OTLP_CREDENTIAL_PROVIDER`
32+
- :envvar:`OTEL_PYTHON_EXPORTER_OTLP_HTTP_TRACES_CREDENTIAL_PROVIDER`
3333
- :envvar:`OTEL_EXPORTER_OTLP_TRACES_CERTIFICATE`
3434
- :envvar:`OTEL_EXPORTER_OTLP_TIMEOUT`
3535
- :envvar:`OTEL_EXPORTER_OTLP_PROTOCOL`

0 commit comments

Comments
 (0)