Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tracing: Replace deprecated jaeger exporter with otelhttp exporter #14928

Merged
merged 5 commits into from
Feb 15, 2025

Conversation

prestonvanloon
Copy link
Member

What type of PR is this?

Other

What does this PR do? Why is it needed?

The jaeger exporter is deprecated:

Deprecated: This module is no longer supported. OpenTelemetry dropped support for Jaeger exporter in July 2023. Jaeger officially accepts and recommends using OTLP. Use go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp or go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc instead.

Jaeger supports otel http anyway. This shouldn't be a breaking change.

Which issues(s) does this PR fix?

Other notes for review

Draft until testing in Offchain Labs infra.

Acknowledgements

@prestonvanloon prestonvanloon requested a review from a team as a code owner February 13, 2025 17:59
@prestonvanloon prestonvanloon marked this pull request as draft February 13, 2025 18:00
@prestonvanloon prestonvanloon marked this pull request as ready for review February 14, 2025 19:26
@kasey kasey added this pull request to the merge queue Feb 15, 2025
Merged via the queue into develop with commit 3104420 Feb 15, 2025
17 checks passed
@kasey kasey deleted the otel-exporter branch February 15, 2025 18:01
nalepae pushed a commit that referenced this pull request Feb 20, 2025
…14928)

* Update go.opentelemetry.io/otel to v1.34.0

* Update otel exporter to replace deprecated jaeger exporter

* Changelog

* Use WithEndpointURL

* Clarify potential breaking change
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.

3 participants