-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Pass a wrapper instead of opentracing.Tracer
to ease migration to OTEL in the future [part 1]
#4529
Pass a wrapper instead of opentracing.Tracer
to ease migration to OTEL in the future [part 1]
#4529
Conversation
c3cd998
to
baa4d94
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall looks reasonable, needs some cleanup. Next step would be passing the new struct deeper into components, to the point where it is actually used.
baa4d94
to
b9afacc
Compare
b9afacc
to
95c6ccc
Compare
opentracing.Tracer
interfaceopentracing.Tracer
interface
c27c6df
to
f21068e
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #4529 +/- ##
==========================================
- Coverage 97.08% 97.05% -0.03%
==========================================
Files 300 301 +1
Lines 17813 17817 +4
==========================================
- Hits 17293 17292 -1
- Misses 417 421 +4
- Partials 103 104 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
68fbd4b
to
47b98e0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, a couple minor cleanups and we should merge this.
Signed-off-by: afzal442 <afzal442@gmail.com>
47b98e0
to
8420480
Compare
opentracing.Tracer
interfaceopentracing.Tracer
to easy migration to OTEL in the future [part 1]
opentracing.Tracer
to easy migration to OTEL in the future [part 1]opentracing.Tracer
to ease migration to OTEL in the future [part 1]
…TEL in the future [part 1] (jaegertracing#4529) ## Which problem is this PR solving? Part of jaegertracing#3381 ## Short description of the changes - This refactors the code by introducing a new wrapper object `JTracer` to wrap that interface Signed-off-by: afzal442 <afzal442@gmail.com> Signed-off-by: KevinSchneider <kevin.schneider@target.com>
Which problem is this PR solving?
Part of #3381
Short description of the changes
JTracer
to wrap that interface