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: clean up trace SDK APIs #1755

Merged
merged 9 commits into from
May 30, 2024

Conversation

TommyCpp
Copy link
Contributor

Fixes #
Design discussion issue (if applicable) #

Changes

Please provide a brief description of the changes here.

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)

@cijothomas cijothomas mentioned this pull request May 14, 2024
3 tasks
@TommyCpp TommyCpp marked this pull request as ready for review May 27, 2024 21:16
@TommyCpp TommyCpp requested a review from a team as a code owner May 27, 2024 21:16
Copy link

codecov bot commented May 27, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 74.4%. Comparing base (84c23a3) to head (63a8b66).

Files Patch % Lines
opentelemetry-zipkin/src/exporter/mod.rs 0.0% 2 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1755   +/-   ##
=====================================
  Coverage   74.4%   74.4%           
=====================================
  Files        122     122           
  Lines      19807   19800    -7     
=====================================
  Hits       14750   14750           
+ Misses      5057    5050    -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TommyCpp TommyCpp changed the title feat: clean up trace SDK APIs and remove integration tests for jaeger feat: clean up trace SDK APIs May 27, 2024
@lalitb
Copy link
Member

lalitb commented May 28, 2024

I think this update to opentelemetry-proto submodule is not intended, as we are already using the latest version :)

@@ -61,13 +65,7 @@
- After `shutdown`, `LogProcessor` will not process any new logs
- Moving LogRecord implementation to the SDK. [1702](https://github.com/open-telemetry/opentelemetry-rust/pull/1702).
- Relocated `LogRecord` struct to SDK, as an implementation for the trait in the API.
- **Breaking** [#1729](https://github.com/open-telemetry/opentelemetry-rust/pull/1729)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we cannot remove this as it is already part of shipped code!

@cijothomas cijothomas merged commit 82fa485 into open-telemetry:main May 30, 2024
22 checks passed
@lalitb lalitb mentioned this pull request May 31, 2024
4 tasks
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.

None yet

3 participants