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

feat(otlp-exporter-base): implement partial success handling #5183

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

pichlermarc
Copy link
Member

@pichlermarc pichlermarc commented Nov 20, 2024

Which problem is this PR solving?

Implements #3183 - OTLP's partial success responses were previously unhandled in our exporters. This PR adds handling for partial success that, when partial success is returned by the server it is logged as a warning.

Fixes #3183

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Existing tests
  • Added unit tests
  • Manual testing

@pichlermarc pichlermarc marked this pull request as ready for review November 20, 2024 12:07
@pichlermarc pichlermarc requested a review from a team as a code owner November 20, 2024 12:07
@pichlermarc pichlermarc added the spec-feature This is a request to implement a new feature which is already specified by the OTel specification label Nov 20, 2024
@pichlermarc pichlermarc added this to the OTLP Exporter GA milestone Nov 20, 2024
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.59%. Comparing base (ef80821) to head (67b794c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5183      +/-   ##
==========================================
- Coverage   94.59%   94.59%   -0.01%     
==========================================
  Files         314      315       +1     
  Lines        7993     8011      +18     
  Branches     1611     1616       +5     
==========================================
+ Hits         7561     7578      +17     
- Misses        432      433       +1     
Files with missing lines Coverage Δ
...otlp-exporter-base/src/logging-response-handler.ts 100.00% <100.00%> (ø)
...ges/otlp-exporter-base/src/otlp-export-delegate.ts 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

---- 🚨 Try these New Features:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg:otlp-exporter-base spec-feature This is a request to implement a new feature which is already specified by the OTel specification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle partial success responses from OTLP export services
1 participant