Skip to content

Commit 4cfe5d3

Browse files
committed
Remove deprecated OTEL_EXPORTER_JAEGER environment variables
1 parent f32b684 commit 4cfe5d3

1 file changed

Lines changed: 0 additions & 67 deletions

File tree

  • opentelemetry-sdk/src/opentelemetry/sdk/environment_variables

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

Lines changed: 0 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -205,48 +205,6 @@
205205
Default: 128
206206
"""
207207

208-
OTEL_EXPORTER_JAEGER_AGENT_HOST = "OTEL_EXPORTER_JAEGER_AGENT_HOST"
209-
"""
210-
.. envvar:: OTEL_EXPORTER_JAEGER_AGENT_HOST
211-
212-
The :envvar:`OTEL_EXPORTER_JAEGER_AGENT_HOST` represents the hostname for the Jaeger agent.
213-
Default: "localhost"
214-
"""
215-
216-
OTEL_EXPORTER_JAEGER_AGENT_PORT = "OTEL_EXPORTER_JAEGER_AGENT_PORT"
217-
"""
218-
.. envvar:: OTEL_EXPORTER_JAEGER_AGENT_PORT
219-
220-
The :envvar:`OTEL_EXPORTER_JAEGER_AGENT_PORT` represents the port for the Jaeger agent.
221-
Default: 6831
222-
"""
223-
224-
OTEL_EXPORTER_JAEGER_ENDPOINT = "OTEL_EXPORTER_JAEGER_ENDPOINT"
225-
"""
226-
.. envvar:: OTEL_EXPORTER_JAEGER_ENDPOINT
227-
228-
The :envvar:`OTEL_EXPORTER_JAEGER_ENDPOINT` represents the HTTP endpoint for Jaeger traces.
229-
Default: "http://localhost:14250"
230-
"""
231-
232-
OTEL_EXPORTER_JAEGER_USER = "OTEL_EXPORTER_JAEGER_USER"
233-
"""
234-
.. envvar:: OTEL_EXPORTER_JAEGER_USER
235-
236-
The :envvar:`OTEL_EXPORTER_JAEGER_USER` represents the username to be used for HTTP basic authentication.
237-
"""
238-
239-
OTEL_EXPORTER_JAEGER_PASSWORD = "OTEL_EXPORTER_JAEGER_PASSWORD"
240-
"""
241-
.. envvar:: OTEL_EXPORTER_JAEGER_PASSWORD
242-
243-
The :envvar:`OTEL_EXPORTER_JAEGER_PASSWORD` represents the password to be used for HTTP basic authentication.
244-
"""
245-
246-
OTEL_EXPORTER_JAEGER_TIMEOUT = "OTEL_EXPORTER_JAEGER_TIMEOUT"
247-
"""
248-
.. envvar:: OTEL_EXPORTER_JAEGER_TIMEOUT
249-
250208
Maximum time (in seconds) the Jaeger exporter will wait for each batch export.
251209
Default: 10
252210
"""
@@ -731,24 +689,6 @@ def channel_credential_provider() -> grpc.ChannelCredentials:
731689
Default: 10
732690
"""
733691
734-
OTEL_EXPORTER_JAEGER_CERTIFICATE = "OTEL_EXPORTER_JAEGER_CERTIFICATE"
735-
"""
736-
.. envvar:: OTEL_EXPORTER_JAEGER_CERTIFICATE
737-
738-
The :envvar:`OTEL_EXPORTER_JAEGER_CERTIFICATE` stores the path to the certificate file for
739-
TLS credentials of gRPC client for Jaeger. Should only be used for a secure connection with Jaeger.
740-
"""
741-
742-
OTEL_EXPORTER_JAEGER_AGENT_SPLIT_OVERSIZED_BATCHES = (
743-
"OTEL_EXPORTER_JAEGER_AGENT_SPLIT_OVERSIZED_BATCHES"
744-
)
745-
"""
746-
.. envvar:: OTEL_EXPORTER_JAEGER_AGENT_SPLIT_OVERSIZED_BATCHES
747-
748-
The :envvar:`OTEL_EXPORTER_JAEGER_AGENT_SPLIT_OVERSIZED_BATCHES` is a boolean flag to determine whether
749-
to split a large span batch to admire the udp packet size limit.
750-
"""
751-
752692
OTEL_SERVICE_NAME = "OTEL_SERVICE_NAME"
753693
"""
754694
.. envvar:: OTEL_SERVICE_NAME
@@ -798,13 +738,6 @@ def channel_credential_provider() -> grpc.ChannelCredentials:
798738
Use ``CUMULATIVE`` aggregation temporality for ``UpDownCounter``, ``AsynchronousCounter`` and ``Asynchronous UpDownCounter``.
799739
"""
800740
801-
OTEL_EXPORTER_JAEGER_GRPC_INSECURE = "OTEL_EXPORTER_JAEGER_GRPC_INSECURE"
802-
"""
803-
.. envvar:: OTEL_EXPORTER_JAEGER_GRPC_INSECURE
804-
805-
The :envvar:`OTEL_EXPORTER_JAEGER_GRPC_INSECURE` is a boolean flag to True if collector has no encryption or authentication.
806-
"""
807-
808741
OTEL_METRIC_EXPORT_INTERVAL = "OTEL_METRIC_EXPORT_INTERVAL"
809742
"""
810743
.. envvar:: OTEL_METRIC_EXPORT_INTERVAL

0 commit comments

Comments
 (0)