Skip to content

Commit

Permalink
Issue-1147: Default value formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rnishtala committed Jun 11, 2021
1 parent 7ab5d37 commit 860129b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@
"""
.. envvar:: OTEL_EXPORTER_JAEGER_TIMEOUT
Maximum time the Jaeger exporter will wait for each batch export, the default timeout is 10s.
Maximum time the Jaeger exporter will wait for each batch export.
Default: 10
"""

OTEL_EXPORTER_ZIPKIN_ENDPOINT = "OTEL_EXPORTER_ZIPKIN_ENDPOINT"
Expand All @@ -179,8 +180,8 @@
"""
.. envvar:: OTEL_EXPORTER_ZIPKIN_TIMEOUT
Maximum time the Zipkin exporter will wait for each batch export, the default
timeout is 10s.
Maximum time the Zipkin exporter will wait for each batch export.
Default: 10
"""

OTEL_EXPORTER_OTLP_PROTOCOL = "OTEL_EXPORTER_OTLP_PROTOCOL"
Expand Down Expand Up @@ -230,7 +231,7 @@
.. envvar:: OTEL_EXPORTER_OTLP_TIMEOUT
The :envvar:`OTEL_EXPORTER_OTLP_TIMEOUT` is the maximum time the OTLP exporter will wait for each batch export.
Default: 10s
Default: 10
"""

OTEL_EXPORTER_OTLP_ENDPOINT = "OTEL_EXPORTER_OTLP_ENDPOINT"
Expand All @@ -257,7 +258,6 @@
.. envvar:: OTEL_EXPORTER_OTLP_TRACES_PROTOCOL
The :envvar:`OTEL_EXPORTER_OTLP_PROTOCOL` represents the the transport protocol for spans.
There is no specified default.
"""

OTEL_EXPORTER_OTLP_TRACES_CERTIFICATE = "OTEL_EXPORTER_OTLP_TRACES_CERTIFICATE"
Expand Down

0 comments on commit 860129b

Please sign in to comment.