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

Optimize Resource Sharing Across Exporters with Arc Implementation #1526

Merged
merged 18 commits into from
Feb 15, 2024

add resource attributes to benchmark

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

Optimize Resource Sharing Across Exporters with Arc Implementation #1526

add resource attributes to benchmark
8fd9f7b
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Feb 13, 2024 in 0s

62.0% (+0.1%) compared to 8688e7e

View this Pull Request on Codecov

62.0% (+0.1%) compared to 8688e7e

Details

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (8688e7e) 61.8% compared to head (8fd9f7b) 62.0%.
Report is 4 commits behind head on main.

❗ Current head 8fd9f7b differs from pull request most recent head 9168ec9. Consider uploading reports for the commit 9168ec9 to get more accurate results

Files Patch % Lines
opentelemetry-sdk/src/metrics/periodic_reader.rs 92.3% 4 Missing ⚠️
opentelemetry-sdk/src/logs/log_emitter.rs 90.9% 1 Missing ⚠️
opentelemetry-sdk/src/resource/mod.rs 98.7% 1 Missing ⚠️
opentelemetry/src/logs/noop.rs 0.0% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1526     +/-   ##
=======================================
+ Coverage   61.8%   62.0%   +0.1%     
=======================================
  Files        144     144             
  Lines      19810   19879     +69     
=======================================
+ Hits       12256   12329     +73     
+ Misses      7554    7550      -4     

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