-
Notifications
You must be signed in to change notification settings - Fork 512
Prepare for v0.11.0 release #396
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
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.
LGTM. But it looks like there are some warnings on deprecated methods.
Interesting, yeah looks like there are some new nightly clippy lints |
I also think I may have a way to clean up the sampler's context vs span context change a bit. Will see if I can get a PR for that quickly too. |
Codecov Report
@@ Coverage Diff @@
## master #396 +/- ##
==========================================
+ Coverage 49.32% 49.34% +0.01%
==========================================
Files 66 66
Lines 5409 5409
==========================================
+ Hits 2668 2669 +1
+ Misses 2741 2740 -1
Continue to review full report at Codecov.
|
0.13.0 Bug fix: Avoid panics from Instant::elapsed (open-telemetry#406) Improvement: Allow trailing comma on macros (open-telemetry#390) Improvement: Add macros for custom registry (open-telemetry#396) Improvement: Export thread count from process_collector (open-telemetry#401) Improvement: Add convenience TextEncoder functions to encode directly to string (open-telemetry#402) Internal change: Clean up the use of macro_use and extern crate (open-telemetry#398) Internal change: Update dependencies
* bump prometheus dependency to 0.13 0.13.0 Bug fix: Avoid panics from Instant::elapsed (#406) Improvement: Allow trailing comma on macros (#390) Improvement: Add macros for custom registry (#396) Improvement: Export thread count from process_collector (#401) Improvement: Add convenience TextEncoder functions to encode directly to string (#402) Internal change: Clean up the use of macro_use and extern crate (#398) Internal change: Update dependencies * also update in example Co-authored-by: Zhongyang Wu <zhongyang.wu@outlook.com>
No description provided.