Skip to content

Commit 3aa10ad

Browse files
committed
Clarify default value for OTEL_EXPORTER_OTLP_TIMEOUT to include units (seconds)
1 parent 102fec2 commit 3aa10ad

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/environment_variables

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/environment_variables/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
.. envvar:: OTEL_EXPORTER_OTLP_TIMEOUT
336336
337337
The :envvar:`OTEL_EXPORTER_OTLP_TIMEOUT` is the maximum time the OTLP exporter will wait for each batch export.
338-
Default: 10
338+
Default: 10 (seconds)
339339
"""
340340

341341
OTEL_EXPORTER_OTLP_ENDPOINT = "OTEL_EXPORTER_OTLP_ENDPOINT"

0 commit comments

Comments
 (0)