opentelemetry-php icon indicating copy to clipboard operation
opentelemetry-php copied to clipboard

adding LogRecordProcessor.enabled

Open brettmc opened this issue 6 months ago • 1 comments

Related: https://github.com/open-telemetry/opentelemetry-php/issues/1626

brettmc avatar Jun 16 '25 03:06 brettmc

Codecov Report

Attention: Patch coverage is 21.42857% with 11 lines in your changes missing coverage. Please review.

Project coverage is 68.49%. Comparing base (176b10a) to head (f9089ef). Report is 1 commits behind head on 2.x.

Files with missing lines Patch % Lines
src/SDK/Logs/Processor/MultiLogRecordProcessor.php 0.00% 5 Missing :warning:
src/SDK/Logs/Processor/BatchLogRecordProcessor.php 0.00% 2 Missing :warning:
src/SDK/Logs/Processor/NoopLogRecordProcessor.php 0.00% 2 Missing :warning:
...rc/SDK/Logs/Processor/SimpleLogRecordProcessor.php 0.00% 2 Missing :warning:
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #1637      +/-   ##
============================================
+ Coverage     68.44%   68.49%   +0.04%     
- Complexity     2885     2892       +7     
============================================
  Files           428      428              
  Lines          8775     8788      +13     
============================================
+ Hits           6006     6019      +13     
  Misses         2769     2769              
Flag Coverage Δ
8.2 68.32% <21.42%> (?)
8.3 68.38% <21.42%> (?)
8.4 68.40% <21.42%> (?)
8.5 68.38% <21.42%> (-0.06%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...rovider/Propagator/TextMapPropagatorCloudTrace.php 0.00% <ø> (ø)
src/Config/SDK/_register.php 0.00% <ø> (ø)
src/SDK/Logs/Logger.php 90.00% <100.00%> (+1.11%) :arrow_up:
src/SDK/Logs/Processor/BatchLogRecordProcessor.php 98.44% <0.00%> (-1.56%) :arrow_down:
src/SDK/Logs/Processor/NoopLogRecordProcessor.php 77.77% <0.00%> (-22.23%) :arrow_down:
...rc/SDK/Logs/Processor/SimpleLogRecordProcessor.php 80.00% <0.00%> (-20.00%) :arrow_down:
src/SDK/Logs/Processor/MultiLogRecordProcessor.php 79.16% <0.00%> (-20.84%) :arrow_down:

... and 10 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 176b10a...f9089ef. Read the comment docs.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Jun 16 '25 03:06 codecov[bot]