You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the spring-boot healthIdicator to monitor the dependencies (mail, datasource, ldaps) of my application.
I would be a great enhancement to have metrics on the success / failure of each individual healthindicator to build an history graph of wich has failled when.
Currently i only have a warn message in applications logs or i need to call each health indicator separately.