Package io.github.teceli.resiliencia.metrics.retry
package io.github.teceli.resiliencia.metrics.retry
-
ClassDescriptionCounter/timer-worthy occurrences emitted by Retry.One failed attempt, sourced from
RetryEvent.AttemptFailed, which fires once per failed attempt within a call.The call succeeded — sourced fromRetryEvent.Success, emitted exactly once per call, when the retry loop as a whole succeeds.