We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From specification:
The requests that receive a response status code listed in following table SHOULD be retried. HTTP response status code 429 Too Many Requests 502 Bad Gateway 503 Service Unavailable 504 Gateway Timeout
The requests that receive a response status code listed in following table SHOULD be retried.
opentelemetry-go/exporters/otlp/otlpmetric/otlpmetrichttp/client.go
Lines 141 to 198 in fc0a461
502 Bad Gateway and 504 Gateway Timeout is not be retried.
502 Bad Gateway
504 Gateway Timeout
Follow the specification.
The text was updated successfully, but these errors were encountered:
pellared
Successfully merging a pull request may close this issue.
Description
From specification:
Actual behavior
opentelemetry-go/exporters/otlp/otlpmetric/otlpmetrichttp/client.go
Lines 141 to 198 in fc0a461
502 Bad Gateway
and504 Gateway Timeout
is not be retried.Expected behavior
Follow the specification.
The text was updated successfully, but these errors were encountered: