Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

gruebel
Copy link

@gruebel gruebel commented Jan 25, 2025

Fixes #2473

Changes

Merge requirement checklist

  • CONTRIBUTING guidelines followed
  • Unit tests added/updated (if applicable)
  • Appropriate CHANGELOG.md files updated for non-trivial, user-facing changes
  • Changes in public API reviewed (if applicable)

@gruebel gruebel requested a review from a team as a code owner January 25, 2025 17:47
Copy link

codecov bot commented Jan 25, 2025

Codecov Report

Attention: Patch coverage is 0% with 12 lines in your changes missing coverage. Please review.

Project coverage is 79.7%. Comparing base (b3879b6) to head (03c4c0b).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
opentelemetry-zipkin/src/exporter/mod.rs 0.0% 12 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@@ -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()`.
Copy link
Member

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?

Copy link
Author

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.

@gruebel gruebel requested a review from cijothomas January 26, 2025 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor Zipkin export pipeline methods
2 participants