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 memory leak at exporter shutdown #11745

Merged

Merge branch 'main' into bug/exporter-memory-leak

8c7ef05
Select commit
Loading
Failed to load commit list.
Merged

Remove memory leak at exporter shutdown #11745

Merge branch 'main' into bug/exporter-memory-leak
8c7ef05
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 6, 2024 in 1s

91.54% (target 90.00%)

View this Pull Request on Codecov

91.54% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 82.35294% with 6 lines in your changes missing coverage. Please review.

Project coverage is 91.54%. Comparing base (52d8a1a) to head (8c7ef05).

Files with missing lines Patch % Lines
exporter/exporterhelper/internal/queue_sender.go 85.71% 2 Missing and 1 partial ⚠️
...terhelper/internal/metadata/generated_telemetry.go 75.00% 2 Missing ⚠️
...ereceiver/internal/metadata/generated_telemetry.go 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11745      +/-   ##
==========================================
- Coverage   91.55%   91.54%   -0.01%     
==========================================
  Files         445      445              
  Lines       23715    23733      +18     
==========================================
+ Hits        21712    21727      +15     
- Misses       1627     1629       +2     
- Partials      376      377       +1     

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