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 mut self reference from LogExporter::export() method. #2380

Merged

Rename Noop to Mock

87f984f
Select commit
Loading
Failed to load commit list.
Merged

Remove mut self reference from LogExporter::export() method. #2380

Rename Noop to Mock
87f984f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2024 in 0s

79.4% (+0.0%) compared to 957659f

View this Pull Request on Codecov

79.4% (+0.0%) compared to 957659f

Details

Codecov Report

Attention: Patch coverage is 15.78947% with 16 lines in your changes missing coverage. Please review.

Project coverage is 79.4%. Comparing base (957659f) to head (87f984f).

Files with missing lines Patch % Lines
opentelemetry-stdout/src/logs/exporter.rs 0.0% 7 Missing ⚠️
opentelemetry-otlp/src/exporter/tonic/logs.rs 0.0% 5 Missing ⚠️
opentelemetry-appender-tracing/src/layer.rs 0.0% 1 Missing ⚠️
opentelemetry-otlp/src/exporter/http/logs.rs 0.0% 1 Missing ⚠️
opentelemetry-otlp/src/logs.rs 0.0% 1 Missing ⚠️
opentelemetry-sdk/src/logs/log_processor.rs 66.6% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main   #2380   +/-   ##
=====================================
  Coverage   79.4%   79.4%           
=====================================
  Files        123     123           
  Lines      21479   21484    +5     
=====================================
+ Hits       17064   17068    +4     
- Misses      4415    4416    +1     

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