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

[exporterhelper] Support context marshaling/unmarshaling in the persistent queue

Open dmitryax opened this issue 5 months ago • 1 comments
trafficstars

TODOs:

  • Break down into mergable PRs
  • Metadata keys support

dmitryax avatar Jun 05 '25 21:06 dmitryax

Codecov Report

Attention: Patch coverage is 60.94891% with 107 lines in your changes missing coverage. Please review.

Project coverage is 91.22%. Comparing base (d800ad3) to head (156db27). Report is 13 commits behind head on main.

Files with missing lines Patch % Lines
...exporterhelper/internal/persistentqueue/meta.pb.go 21.00% 77 Missing and 2 partials :warning:
...xporterhelper/internal/persistentqueue/encoding.go 87.70% 10 Missing and 5 partials :warning:
pdata/plog/pb.go 0.00% 3 Missing :warning:
pdata/pmetric/pb.go 0.00% 3 Missing :warning:
pdata/pprofile/pb.go 0.00% 3 Missing :warning:
pdata/ptrace/pb.go 0.00% 3 Missing :warning:
...rterhelper/internal/queuebatch/persistent_queue.go 90.00% 0 Missing and 1 partial :warning:

:x: Your patch status has failed because the patch coverage (60.94%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13166      +/-   ##
==========================================
- Coverage   91.28%   91.22%   -0.07%     
==========================================
  Files         510      512       +2     
  Lines       28725    28901     +176     
==========================================
+ Hits        26223    26366     +143     
- Misses       1988     2015      +27     
- Partials      514      520       +6     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

: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 05 '25 23:06 codecov[bot]