Retry

Common Metrics

NameDescriptionType
total_executionsThe amount of times the module has been used.Counter
total_successThe amount of times the module suceeded.Counter
total_failuresThe amount of times the module failed.Counter
duration_maxThe maximum duration of the module execution.Gauge
duration_aveThe average duration of the module execution.Gauge
duration_minThe minimum duration of the module execution.Gauge

Retry Metrics

NameDescriptionType
success_without_retriesThe amount of executions that succeed without retrying.Counter
success_with_retriesThe amount of executions that succeed after retrying.Counter
failures_without_retriesThe amount of executions that failed without retrying.Counter
failures_with_retriesThe amount of executions that failed after retrying.Gauge