Is it possible to add Spring Retry information (counters for number of attempts, successes, failures, timeouts) to Actuator?

34 Views Asked by At

I am using the spring-retry dependency and I need to add Spring Retry information (counters for number of attempts, successes, failures, timeouts) to Spring Actuator is this possible? There is also a RetryStatistics class, perhaps it can be based on it?

0

There are 0 best solutions below