Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 676 Bytes

File metadata and controls

9 lines (7 loc) · 676 Bytes

Collecting Metrics

Spring Cloud Circuit Breaker Resilience4j includes auto-configuration to setup metrics collection as long as the right dependencies are on the classpath. To enable metric collection you must include org.springframework.boot:spring-boot-starter-actuator, and io.github.resilience4j:resilience4j-micrometer. For more information on the metrics that get produced when these dependencies are present, see the Resilience4j documentation.

Note
You don’t have to include micrometer-core directly as it is brought in by spring-boot-starter-actuator