-
Notifications
You must be signed in to change notification settings - Fork 468
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
feat: Replace Zipkin pipeline with exporter builders #2565
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2565 +/- ##
=======================================
+ Coverage 77.8% 79.7% +1.8%
=======================================
Files 122 118 -4
Lines 23061 22464 -597
=======================================
- Hits 17956 17909 -47
+ Misses 5105 4555 -550 ☔ View full report in Codecov by Sentry. |
@@ -3,6 +3,7 @@ | |||
## vNext | |||
|
|||
- Bump msrv to 1.75.0. | |||
- **Breaking** The `opentelemetry_zipkin::new_pipeline()` interface is now replaced with `opentelemetry_zipkin::ZipkinExporter::builder()`. |
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.
can you modify the PR description or the changelog itself to show before/after to help migration?
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.
please have a look, if the example is ok.
Fixes #2473
Changes
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial, user-facing changes