Class TimerEndpoint
java.lang.Object
io.github.resilience4j.springboot3.micrometer.monitoring.endpoint.TimerEndpoint
REST API endpoint to retrieve all configured timers
-
Constructor Summary
ConstructorsConstructorDescriptionTimerEndpoint(io.github.resilience4j.micrometer.TimerRegistry timerRegistry) -
Method Summary
Modifier and TypeMethodDescriptionio.github.resilience4j.common.micrometer.monitoring.endpoint.TimerEndpointResponse
-
Constructor Details
-
TimerEndpoint
public TimerEndpoint(io.github.resilience4j.micrometer.TimerRegistry timerRegistry)
-
-
Method Details
-
getAllRetries
@ReadOperation public io.github.resilience4j.common.micrometer.monitoring.endpoint.TimerEndpointResponse getAllRetries()
-