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

Remove the deprecated Jaeger exporter and example #4467

Merged
merged 7 commits into from Aug 29, 2023

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Aug 28, 2023

Resolve #4405

@MrAlias MrAlias added this to the v1.18.0/v0.41.0 milestone Aug 28, 2023
@codecov
Copy link

codecov bot commented Aug 28, 2023

Codecov Report

Merging #4467 (96ad967) into main (f172db8) will increase coverage by 2.0%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #4467     +/-   ##
=======================================
+ Coverage   78.9%   81.0%   +2.0%     
=======================================
  Files        255     242     -13     
  Lines      20651   19379   -1272     
=======================================
- Hits       16312   15704    -608     
+ Misses      3995    3356    -639     
+ Partials     344     319     -25     

see 1 file with indirect coverage changes

@MrAlias MrAlias merged commit 537fd53 into open-telemetry:main Aug 29, 2023
27 checks passed
@MrAlias MrAlias deleted the rm-jaeger branch August 29, 2023 18:13
@mehdihadeli
Copy link

mehdihadeli commented Sep 20, 2023

Hi,
Is there any sample for migrating to the official jaeger otel sdk, after upgrading to your latest version?

@dmathieu
Copy link
Member

The "official jaeger otel sdk" is OTLP.
https://pkg.go.dev/go.opentelemetry.io/otel/exporters/otlp/otlptrace

@mehdihadeli
Copy link

@dmathieu Thanks, It worked with otlptrace grpc for me through Jaeger OTLP localhost:4317 endpoint

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.

Remove Jaeger exporter
4 participants