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

Remove server feature from tonic in opentelemetry-stackdriver #148

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

Conversation

fiadliel
Copy link
Contributor

Fixes #147

Changes

opentelemetry-stackdriver does not need the server implementation from tonic, which brings in axum etc. This change brings in all features other than that, which are needed for the client implementation.

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)

opentelemetry-stackdriver does not need the server implementation from tonic,
which brings in axum etc. This change brings in all features other than that,
which are needed for the client implementation.
@fiadliel fiadliel requested a review from a team as a code owner January 10, 2025 09:08
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.2%. Comparing base (0b253eb) to head (eca80a6).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #148   +/-   ##
=====================================
  Coverage   54.2%   54.2%           
=====================================
  Files         42      42           
  Lines       6276    6276           
=====================================
  Hits        3402    3402           
  Misses      2874    2874           

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

@fiadliel fiadliel changed the title Remove server from tonic Remove server feature from tonic in opentelemetry-stackdriver Jan 10, 2025
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.

[Feature]: opentelemetry-stackdriver includes unnecessary axum via tonic
2 participants