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

otlptracehttp, otlpmetrichttp: Retry for 502, 504 HTTP statuses #4670

Merged
merged 3 commits into from Oct 30, 2023

Conversation

pellared
Copy link
Member

@pellared pellared commented Oct 27, 2023

Fixes #4662

@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

Merging #4670 (52dab67) into main (fcc1129) will not change coverage.
The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #4670   +/-   ##
=====================================
  Coverage   81.6%   81.6%           
=====================================
  Files        225     225           
  Lines      17969   17969           
=====================================
  Hits       14668   14668           
  Misses      3001    3001           
  Partials     300     300           
Files Coverage Δ
exporters/otlp/otlpmetric/otlpmetrichttp/client.go 78.7% <100.0%> (ø)
exporters/otlp/otlptrace/otlptracehttp/client.go 77.6% <100.0%> (ø)

@pellared pellared merged commit 509c23e into open-telemetry:main Oct 30, 2023
25 checks passed
@pellared pellared deleted the fix-4662 branch November 17, 2023 09:00
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.

otlptracehttp otlpmetrichttp: Handling 502 Bad Gateway and 504 Gateway Timeout
3 participants