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

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

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

marcalff
Copy link
Member

Fixes #3174

Changes

Please provide a brief description of the changes here.

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

Copy link

netlify bot commented Nov 26, 2024

Deploy Preview for opentelemetry-cpp-api-docs canceled.

Name Link
🔨 Latest commit d5f1075
🔍 Latest deploy log https://app.netlify.com/sites/opentelemetry-cpp-api-docs/deploys/67474f94f0878d00082a9ce5

Copy link

codecov bot commented Nov 26, 2024

Codecov Report

Attention: Patch coverage is 54.71698% with 24 lines in your changes missing coverage. Please review.

Project coverage is 87.59%. Comparing base (d15da3b) to head (d5f1075).

Files with missing lines Patch % Lines
...metrics/export/periodic_exporting_metric_reader.cc 54.55% 10 Missing ⚠️
sdk/src/logs/batch_log_record_processor.cc 47.06% 9 Missing ⚠️
sdk/src/trace/batch_span_processor.cc 64.29% 5 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3175      +/-   ##
==========================================
- Coverage   87.86%   87.59%   -0.26%     
==========================================
  Files         195      196       +1     
  Lines        6151     6196      +45     
==========================================
+ Hits         5404     5427      +23     
- Misses        747      769      +22     
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% <ø> (ø)
...telemetry/sdk/trace/batch_span_processor_options.h 100.00% <ø> (ø)
sdk/src/trace/batch_span_processor.cc 91.22% <64.29%> (-2.90%) ⬇️
sdk/src/logs/batch_log_record_processor.cc 85.63% <47.06%> (-3.66%) ⬇️
...metrics/export/periodic_exporting_metric_reader.cc 76.43% <54.55%> (-5.30%) ⬇️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] Better control of threads executed by opentelemetry-cpp
1 participant