-
Notifications
You must be signed in to change notification settings - Fork 86
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
update opentelemetry to 0.20.0 #36
Conversation
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.
This looks great thanks @ymgyt, some small nits that can be done in a follow up if need be
8fc98cc
to
6e4752d
Compare
@jtescher Thanks for the review, I have fixed the indent in comment and added a sum assertion in histogram test. |
CI is failing because of pprof introduced in #27 is failing to build on windows. |
yeah can fix that in a follow up 👍 |
Changelog: ### Added - Add `OpenTelemetrySpanExt::set_attribute` function (#34) ### Breaking Changes - Upgrade to `v0.20.0` of `opentelemetry` (#36) For list of breaking changes in OpenTelemetry, see the [v0.20.0 changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/v0.20.0/opentelemetry-api/CHANGELOG.md#v0200).
Motivation
Update opentelemetry dependency to use the latest opentelemetry from the tracing ecosystem.
Solution
Modified code affected by opentelemetry changes