Skip to content

Make SetResource return status, and call it synchronously in Batch[Log|Span]Processor #1898

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

Closed
wants to merge 8 commits into from

Merge branch 'main' into set-resource-status

0608390
Select commit
Loading
Failed to load commit list.
Closed

Make SetResource return status, and call it synchronously in Batch[Log|Span]Processor #1898

Merge branch 'main' into set-resource-status
0608390
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 29, 2024 in 1s

60.0% of diff hit (target 74.9%)

View this Pull Request on Codecov

60.0% of diff hit (target 74.9%)

Annotations

Check warning on line 60 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#L60

Added line #L60 was not covered by tests

Check warning on line 62 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#L62

Added line #L62 was not covered by tests

Check warning on line 70 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#L70

Added line #L70 was not covered by tests

Check warning on line 72 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#L72

Added line #L72 was not covered by tests

Check warning on line 94 in opentelemetry-otlp/src/exporter/tonic/logs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-otlp/src/exporter/tonic/logs.rs#L94

Added line #L94 was not covered by tests

Check warning on line 96 in opentelemetry-otlp/src/exporter/tonic/logs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-otlp/src/exporter/tonic/logs.rs#L96

Added line #L96 was not covered by tests

Check warning on line 112 in opentelemetry-otlp/src/logs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-otlp/src/logs.rs#L108-L112

Added lines #L108 - L112 were not covered by tests

Check warning on line 53 in opentelemetry-sdk/src/export/logs/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-sdk/src/export/logs/mod.rs#L51-L53

Added lines #L51 - L53 were not covered by tests

Check warning on line 213 in opentelemetry-sdk/src/logs/log_emitter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-sdk/src/logs/log_emitter.rs#L213

Added line #L213 was not covered by tests

Check warning on line 136 in opentelemetry-sdk/src/logs/log_processor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-sdk/src/logs/log_processor.rs#L134-L136

Added lines #L134 - L136 were not covered by tests

Check warning on line 295 in opentelemetry-sdk/src/logs/log_processor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-sdk/src/logs/log_processor.rs#L292-L295

Added lines #L292 - L295 were not covered by tests

Check warning on line 573 in opentelemetry-sdk/src/logs/log_processor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-sdk/src/logs/log_processor.rs#L573

Added line #L573 was not covered by tests

Check warning on line 293 in opentelemetry-sdk/src/trace/provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-sdk/src/trace/provider.rs#L293

Added line #L293 was not covered by tests

Check warning on line 101 in opentelemetry-sdk/src/trace/span_processor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-sdk/src/trace/span_processor.rs#L99-L101

Added lines #L99 - L101 were not covered by tests

Check warning on line 161 in opentelemetry-sdk/src/trace/span_processor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-sdk/src/trace/span_processor.rs#L161

Added line #L161 was not covered by tests

Check warning on line 413 in opentelemetry-sdk/src/trace/span_processor.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-sdk/src/trace/span_processor.rs#L410-L413

Added lines #L410 - L413 were not covered by tests

Check warning on line 66 in opentelemetry-stdout/src/logs/exporter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-stdout/src/logs/exporter.rs#L66

Added line #L66 was not covered by tests

Check warning on line 68 in opentelemetry-stdout/src/logs/exporter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-stdout/src/logs/exporter.rs#L68

Added line #L68 was not covered by tests

Check warning on line 59 in opentelemetry-stdout/src/trace/exporter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-stdout/src/trace/exporter.rs#L59

Added line #L59 was not covered by tests

Check warning on line 61 in opentelemetry-stdout/src/trace/exporter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

opentelemetry-stdout/src/trace/exporter.rs#L61

Added line #L61 was not covered by tests