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

Replace Opentracing with OpenTelemetry on v1 #776

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

abelkuruvilla
Copy link

@abelkuruvilla abelkuruvilla commented Jul 18, 2022

Opentracing is no longer the industry standard, and has been replace by Opentelemetry (https://opentelemetry.io/). With this PR, I hope anyone who wish to use Opentelemetry can implement it with ease

@abelkuruvilla abelkuruvilla changed the title opentelemetry implementation Replace Opentracing with OpenTelemetry on v1 Jul 18, 2022
@Jarch09
Copy link

Jarch09 commented Jul 22, 2022

It is not necessary to do a wholesale replacement like this... otel was designed to be backwards compatible.

@Jarch09
Copy link

Jarch09 commented Jul 22, 2022

My earlier PR here makes machinery work with otel; for what it's worth - I have my PR code in production, and it's been working great... proper traces and linking.

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.

None yet

2 participants