Skip to content

Comments

fix: Drop JAEGER related environment variables#4931

Open
mateenali66 wants to merge 1 commit intoopen-telemetry:mainfrom
mateenali66:oss-contrib/4918-drop-jaeger-related-environment-variable
Open

fix: Drop JAEGER related environment variables#4931
mateenali66 wants to merge 1 commit intoopen-telemetry:mainfrom
mateenali66:oss-contrib/4918-drop-jaeger-related-environment-variable

Conversation

@mateenali66
Copy link

Summary

Addresses #4918.

Done. Here's a summary of what was changed and why:

Summary

Issue: OTEL_EXPORTER_JAEGER_* environment variables were still defined in the SDK despite the Jaeger exporter being removed in v1.22.0 (December 2023).

Changes made:

  1. opentelemetry-sdk/src/opentelemetry/sdk/environment_variables/__init__.py — Removed 9 unused Jaeger environment variable definitions (71 lines total):
    • OTEL_EXPORTER_JAEGER_AGENT_HOST
    • OTEL_EXPORTER_JAEGER_AGENT_PORT
    • `OTEL_EXPORTER_J

Changes

1a57191 fix: drop unused Jaeger-related environment variables (#4918)
 CHANGELOG.md                                       |  2 +
 .../sdk/environment_variables/__init__.py          | 71 ----------------------
 2 files changed, 2 insertions(+), 71 deletions(-)

@mateenali66 mateenali66 requested a review from a team as a code owner February 23, 2026 02:45
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Feb 23, 2026

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: mateenali66 / name: Mateen Anjum (5c20ec1)

…#4918)

The Jaeger exporter was removed in v1.22.0 (2023-12-15), but the
OTEL_EXPORTER_JAEGER_* environment variables remained in the SDK
environment variables module unused. This removes all nine of them:
OTEL_EXPORTER_JAEGER_AGENT_HOST, OTEL_EXPORTER_JAEGER_AGENT_PORT,
OTEL_EXPORTER_JAEGER_ENDPOINT, OTEL_EXPORTER_JAEGER_USER,
OTEL_EXPORTER_JAEGER_PASSWORD, OTEL_EXPORTER_JAEGER_TIMEOUT,
OTEL_EXPORTER_JAEGER_CERTIFICATE,
OTEL_EXPORTER_JAEGER_AGENT_SPLIT_OVERSIZED_BATCHES, and
OTEL_EXPORTER_JAEGER_GRPC_INSECURE.
@mateenali66 mateenali66 force-pushed the oss-contrib/4918-drop-jaeger-related-environment-variable branch from 1a57191 to 5c20ec1 Compare February 23, 2026 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant