blog.broncotoxique.com

Juste another geek’s website

Tag: Actuator

  • Spring-Boot – Custom Actuator

    Let say you need a specific actuator for your Spring-Boot backend. This small post show you how to extend the interface HealthIndicator to create your custom actuator. First you’ll have implement the HealthIndicator interface: Now you will try to make your custom actuator load at the start of you application, here is the “auto-configuration” you…