From 860129b5688302ac6c9a506f94fc67f825658172 Mon Sep 17 00:00:00 2001 From: Raj Nishtala Date: Thu, 10 Jun 2021 21:28:19 -0400 Subject: [PATCH] Issue-1147: Default value formatting changes --- .../sdk/environment_variables/__init__.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/opentelemetry-sdk/src/opentelemetry/sdk/environment_variables/__init__.py b/opentelemetry-sdk/src/opentelemetry/sdk/environment_variables/__init__.py index 568c979c9e5..f765581c445 100644 --- a/opentelemetry-sdk/src/opentelemetry/sdk/environment_variables/__init__.py +++ b/opentelemetry-sdk/src/opentelemetry/sdk/environment_variables/__init__.py @@ -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" @@ -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" @@ -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" @@ -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"