We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1993f71 commit f0df87eCopy full SHA for f0df87e
opentelemetry-sdk/src/opentelemetry/sdk/environment_variables/__init__.py
@@ -500,7 +500,7 @@ def channel_credential_provider() -> grpc.ChannelCredentials:
500
"""
501
.. envvar:: OTEL_PYTHON_EXPORTER_OTLP_GRPC_RETRYABLE_ERROR_CODES
502
503
-The :envvar:`OTEL_PYTHON_EXPORTER_OTLP_GRPC_RETRYABLE_ERROR_CODES` stores a comma-separated list of human-readable
+The :envvar:`OTEL_PYTHON_EXPORTER_OTLP_GRPC_RETRYABLE_ERROR_CODES` stores a comma-separated list of human-readable
504
gRPC error codes that are considered retryable for the OTLP gRPC exporters (e.g. `UNAVAILABLE, DEADLINE_EXCEEDED`).
505
Supported error codes are defined in `grpc.StatusCode` and are parsed in a case-insensitive manner.
506
0 commit comments