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

fix(telemetry): fix telemetry propagation #1701

Merged
merged 2 commits into from
Sep 5, 2022

Conversation

bnjjj
Copy link
Contributor

@bnjjj bnjjj commented Sep 5, 2022

I found a bug in the current version of opentelemetry-jaeger which causes this bug #1488. It has been fixed on main but not released, I can't just take the commit to fix the bug because they break everything, the API is currently unstable. So .... the last release (the one we're using) has been released on January... I can't just fork it and fix it by myself or cherry-pick the commit because it means we would be blocked by this to release on crate.io.

Then I wrote a workaround waiting for a proper release.

close #1488

Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
@bnjjj bnjjj self-assigned this Sep 5, 2022
@github-actions

This comment has been minimized.

Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
Copy link
Contributor

@garypen garypen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice fix!

@bnjjj bnjjj merged commit 0a9db7f into main Sep 5, 2022
@bnjjj bnjjj deleted the bnjjj/fix_telemetry_propagation branch September 5, 2022 20:10
@abernix abernix mentioned this pull request Sep 6, 2022
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.

Opentelemetry Exporter doesn't propagate Zipkin headers.
3 participants