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

Use bytes::Bytes as the HTTP request body in HttpClient. #2485

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

Use bytes::Bytes as the HTTP request body in HttpClient.

e0156e6
Select commit
Loading
Failed to load commit list.
Open

Use bytes::Bytes as the HTTP request body in HttpClient. #2485

Use bytes::Bytes as the HTTP request body in HttpClient.
e0156e6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 2, 2025 in 1s

77.9% (-0.1%) compared to 42b4f2f

View this Pull Request on Codecov

77.9% (-0.1%) compared to 42b4f2f

Details

Codecov Report

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

Project coverage is 77.9%. Comparing base (42b4f2f) to head (e0156e6).

Files with missing lines Patch % Lines
opentelemetry-http/src/lib.rs 0.0% 6 Missing ⚠️
opentelemetry-otlp/src/exporter/http/logs.rs 0.0% 2 Missing ⚠️
opentelemetry-otlp/src/exporter/http/metrics.rs 0.0% 2 Missing ⚠️
opentelemetry-otlp/src/exporter/http/trace.rs 0.0% 2 Missing ⚠️
opentelemetry-zipkin/src/exporter/uploader.rs 0.0% 2 Missing ⚠️
...try-sdk/src/trace/sampler/jaeger_remote/sampler.rs 0.0% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main   #2485     +/-   ##
=======================================
- Coverage   77.9%   77.9%   -0.1%     
=======================================
  Files        123     123             
  Lines      22925   22928      +3     
=======================================
  Hits       17870   17870             
- Misses      5055    5058      +3     

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