0

To customize spring boot actuator for /actuator/health we can implement our own HealthIndicator

To customize spring boot actuator for /actuator/healthin reactive app we can implement our own ReactiveHealthIndicator

To customize spring boot actuator for /actuator/health/readiness endpoint we can extend ReadinessStateHealthIndicator.

How to customize spring boot actuator for /actuator/health/readiness in reactive Spring webflux application ?

gstackoverflow
  • 36,709
  • 117
  • 359
  • 710

0 Answers0