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 native Rust support for async traits in LogExporter::export() method (11% improvement) #2374

Merged
merged 34 commits into from
Dec 20, 2024

Merge branch 'main' into log-async-trait-impl

6ac8aa0
Select commit
Loading
Failed to load commit list.
Merged

Use native Rust support for async traits in LogExporter::export() method (11% improvement) #2374

Merge branch 'main' into log-async-trait-impl
6ac8aa0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 13, 2024 in 0s

79.2% (-0.2%) compared to 15d69b1

View this Pull Request on Codecov

79.2% (-0.2%) compared to 15d69b1

Details

Codecov Report

Attention: Patch coverage is 28.26087% with 132 lines in your changes missing coverage. Please review.

Project coverage is 79.2%. Comparing base (15d69b1) to head (6ac8aa0).

Files with missing lines Patch % Lines
opentelemetry-otlp/src/exporter/http/logs.rs 0.0% 36 Missing ⚠️
opentelemetry-otlp/src/exporter/tonic/logs.rs 0.0% 28 Missing ⚠️
opentelemetry-stdout/src/logs/exporter.rs 0.0% 25 Missing ⚠️
opentelemetry-otlp/src/logs.rs 0.0% 19 Missing ⚠️
opentelemetry-sdk/src/logs/log_processor.rs 76.0% 11 Missing ⚠️
opentelemetry-appender-tracing/src/layer.rs 0.0% 10 Missing ⚠️
opentelemetry-otlp/src/exporter/http/mod.rs 0.0% 2 Missing ⚠️
opentelemetry-otlp/src/exporter/tonic/mod.rs 0.0% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main   #2374     +/-   ##
=======================================
- Coverage   79.3%   79.2%   -0.2%     
=======================================
  Files        122     122             
  Lines      21588   21616     +28     
=======================================
- Hits       17138   17133      -5     
- Misses      4450    4483     +33     

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