package
2.3.0+incompatible
Repository: https://github.com/jaegertracing/jaeger.git
Documentation: pkg.go.dev
# Functions
MaxAttempts sets the maximum number of attempts to retry.
MaxBackoffInterval sets the maximum backoff interval.
MinBackoffInterval sets the minimum backoff interval.
NewRetryingProcessor returns a processor that retries failures using an exponential backoff with jitter.
PropagateError sets whether to propagate errors when retries are exhausted.
Rand sets a random number generator.
# Type aliases
RetryOption allows setting options for exponential backoff retried.