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

API to modify/remove an existing entry from LogRecord attributes #2103

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Merge branch 'main' into log-attributes-update

4ef705d
Select commit
Loading
Failed to load commit list.
Open

API to modify/remove an existing entry from LogRecord attributes #2103

Merge branch 'main' into log-attributes-update
4ef705d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 13, 2024 in 1s

78.5% (+0.2%) compared to ff9d50b

View this Pull Request on Codecov

78.5% (+0.2%) compared to ff9d50b

Details

Codecov Report

Attention: Patch coverage is 94.94163% with 13 lines in your changes missing coverage. Please review.

Project coverage is 78.5%. Comparing base (ff9d50b) to head (4ef705d).

Files with missing lines Patch % Lines
opentelemetry-sdk/src/growable_array.rs 93.7% 9 Missing ⚠️
opentelemetry-sdk/src/logs/log_processor.rs 94.5% 3 Missing ⚠️
opentelemetry-sdk/src/logs/record.rs 98.2% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main   #2103     +/-   ##
=======================================
+ Coverage   78.3%   78.5%   +0.2%     
=======================================
  Files        121     121             
  Lines      20815   21071    +256     
=======================================
+ Hits       16309   16552    +243     
- Misses      4506    4519     +13     

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