Class RetryUtil
java.lang.Object
io.opentelemetry.exporter.internal.RetryUtil
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the retryable gRPC status codes.Returns the retryable HTTP status codes.
-
Field Details
-
RETRYABLE_GRPC_STATUS_CODES
-
RETRYABLE_HTTP_STATUS_CODES
-
-
Constructor Details
-
RetryUtil
private RetryUtil()
-
-
Method Details
-
retryableGrpcStatusCodes
Returns the retryable gRPC status codes. -
retryableHttpResponseCodes
Returns the retryable HTTP status codes.
-