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

adding export retry configuration

Open brettmc opened this issue 1 year ago • 2 comments

Closes #1317

brettmc avatar Jun 27 '24 06:06 brettmc

This is set to draft, as https://github.com/open-telemetry/opentelemetry-configuration/pull/97 has not been accepted.

brettmc avatar Jun 27 '24 06:06 brettmc

Codecov Report

Attention: Patch coverage is 0% with 36 lines in your changes missing coverage. Please review.

Project coverage is 74.16%. Comparing base (b6f9afb) to head (4632de4). Report is 46 commits behind head on main.

Files with missing lines Patch % Lines
...K/ComponentProvider/Logs/LogRecordExporterOtlp.php 0.00% 9 Missing :warning:
...K/ComponentProvider/Metrics/MetricExporterOtlp.php 0.00% 9 Missing :warning:
...g/SDK/ComponentProvider/Trace/SpanExporterOtlp.php 0.00% 9 Missing :warning:
...SDK/ComponentProvider/Trace/SpanExporterZipkin.php 0.00% 9 Missing :warning:
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1341      +/-   ##
============================================
- Coverage     74.54%   74.16%   -0.38%     
  Complexity     2504     2504              
============================================
  Files           355      355              
  Lines          7180     7216      +36     
============================================
  Hits           5352     5352              
- Misses         1828     1864      +36     
Flag Coverage Δ
8.1 73.93% <0.00%> (-0.35%) :arrow_down:
8.2 74.11% <0.00%> (-0.38%) :arrow_down:
8.3 74.11% <0.00%> (-0.40%) :arrow_down:
8.4 74.14% <0.00%> (-0.39%) :arrow_down:

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

Files with missing lines Coverage Δ
...K/ComponentProvider/Logs/LogRecordExporterOtlp.php 0.00% <0.00%> (ø)
...K/ComponentProvider/Metrics/MetricExporterOtlp.php 0.00% <0.00%> (ø)
...g/SDK/ComponentProvider/Trace/SpanExporterOtlp.php 0.00% <0.00%> (ø)
...SDK/ComponentProvider/Trace/SpanExporterZipkin.php 0.00% <0.00%> (ø)

... and 3 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 b6f9afb...4632de4. Read the comment docs.

codecov[bot] avatar Jun 27 '24 06:06 codecov[bot]

Closing, can be re-opened or re-implemented if/when the spec allows.

brettmc avatar Dec 24 '24 05:12 brettmc