-
Notifications
You must be signed in to change notification settings - Fork 440
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
Prepare for v0.27.0 - update Metrics API and Log(bridge) API to RC, Metrics SDK & OTLP Exporter to Beta. #2290
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2290 +/- ##
=====================================
Coverage 79.6% 79.6%
=====================================
Files 123 123
Lines 21263 21263
=====================================
Hits 16940 16940
Misses 4323 4323 ☔ View full report in Codecov by Sentry. |
tracing-subscriber = { workspace = true, features = ["env-filter","registry", "std"] } |
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.
unintended whitespace removals?
opentelemetry-semantic-conventions = { path = "../../../opentelemetry-semantic-conventions" } |
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.
unintended whitespace removals?
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
Changes
Used a script to generate Cargo.toml and Changelog, so need to review it thoroughly, in case I missed something in the script.
Will separately add the script if it's all good later.
Please provide a brief description of the changes here.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial, user-facing changes