-
Notifications
You must be signed in to change notification settings - Fork 485
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
[Logs SDK] Deprecate LogData struct #2325
Conversation
@@ -13,6 +13,10 @@ pub use log_processor::{ | |||
use opentelemetry::InstrumentationScope; | |||
pub use record::{LogRecord, TraceContext}; | |||
|
|||
#[deprecated( |
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.
💯 nice!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2325 +/- ##
=====================================
Coverage 79.5% 79.5%
=====================================
Files 123 123
Lines 21258 21258
=====================================
Hits 16907 16907
Misses 4351 4351 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
More CI failuares due to recent rustls version updates. Maybe after patch release, we should bump msrv version for api and sdk from 1.70.0 to 1.71.0. For now, will create a msrv patch. |
Changes
The struct is not used anywhere, and can be deprecated, and later removed in next major release.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial, user-facing changes