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

[SDK] Better control of threads executed by opentelemetry-cpp #3175

Merged
merged 34 commits into from
Jan 13, 2025

Merge branch 'main' into feat_thread_instrumentation

3b6699f
Select commit
Loading
Failed to load commit list.
Merged

[SDK] Better control of threads executed by opentelemetry-cpp #3175

Merge branch 'main' into feat_thread_instrumentation
3b6699f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 19, 2024 in 0s

87.48% (-0.68%) compared to 4998eb1

View this Pull Request on Codecov

87.48% (-0.68%) compared to 4998eb1

Details

Codecov Report

Attention: Patch coverage is 38.09524% with 52 lines in your changes missing coverage. Please review.

Project coverage is 87.48%. Comparing base (4998eb1) to head (3b6699f).

Files with missing lines Patch % Lines
sdk/src/logs/batch_log_record_processor.cc 30.77% 18 Missing ⚠️
...metrics/export/periodic_exporting_metric_reader.cc 43.75% 18 Missing ⚠️
sdk/src/trace/batch_span_processor.cc 38.47% 16 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3175      +/-   ##
==========================================
- Coverage   88.16%   87.48%   -0.68%     
==========================================
  Files         198      198              
  Lines        6224     6298      +74     
==========================================
+ Hits         5487     5509      +22     
- Misses        737      789      +52     
Files with missing lines Coverage Δ
...pentelemetry/sdk/logs/batch_log_record_processor.h 100.00% <ø> (ø)
...ude/opentelemetry/sdk/trace/batch_span_processor.h 100.00% <ø> (ø)
sdk/src/trace/batch_span_processor.cc 85.00% <38.47%> (-9.11%) ⬇️
sdk/src/logs/batch_log_record_processor.cc 80.87% <30.77%> (-8.42%) ⬇️
...metrics/export/periodic_exporting_metric_reader.cc 70.46% <43.75%> (-11.27%) ⬇️