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/patch failed Jan 2, 2025 in 0s

0.0% of diff hit (target 77.9%)

View this Pull Request on Codecov

0.0% of diff hit (target 77.9%)

Annotations

Check warning on line 67 in opentelemetry-http/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-http/src/lib.rs#L65-L67

Added lines #L65 - L67 were not covered by tests

Check warning on line 86 in opentelemetry-http/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-http/src/lib.rs#L86

Added line #L86 was not covered by tests

Check warning on line 103 in opentelemetry-http/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-http/src/lib.rs#L103

Added line #L103 was not covered by tests

Check warning on line 173 in opentelemetry-http/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-http/src/lib.rs#L173

Added line #L173 was not covered by tests

Check warning on line 31 in opentelemetry-otlp/src/exporter/http/logs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-otlp/src/exporter/http/logs.rs#L31

Added line #L31 was not covered by tests

Check warning on line 40 in opentelemetry-otlp/src/exporter/http/logs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-otlp/src/exporter/http/logs.rs#L40

Added line #L40 was not covered by tests

Check warning on line 30 in opentelemetry-otlp/src/exporter/http/metrics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-otlp/src/exporter/http/metrics.rs#L30

Added line #L30 was not covered by tests

Check warning on line 39 in opentelemetry-otlp/src/exporter/http/metrics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-otlp/src/exporter/http/metrics.rs#L39

Added line #L39 was not covered by tests

Check warning on line 33 in opentelemetry-otlp/src/exporter/http/trace.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-otlp/src/exporter/http/trace.rs#L33

Added line #L33 was not covered by tests

Check warning on line 51 in opentelemetry-otlp/src/exporter/http/trace.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-otlp/src/exporter/http/trace.rs#L51

Added line #L51 was not covered by tests

Check warning on line 231 in opentelemetry-sdk/src/trace/sampler/jaeger_remote/sampler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-sdk/src/trace/sampler/jaeger_remote/sampler.rs#L231

Added line #L231 was not covered by tests

Check warning on line 44 in opentelemetry-zipkin/src/exporter/uploader.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-zipkin/src/exporter/uploader.rs#L44

Added line #L44 was not covered by tests

Check warning on line 46 in opentelemetry-zipkin/src/exporter/uploader.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-zipkin/src/exporter/uploader.rs#L46

Added line #L46 was not covered by tests