Relative Content

Tag Archive for spring-boot-admin

Spring Boot Admin: How to ignore sporadic DOWN responses from clients and keep status in UP?

Goal: The health actuators of our microservices include ping tests to external services. Naturally, these ping requests sometimes time out or fail for other reasons, which leads to a DOWN response by the /health actuator. We would like SBA Server to ignore 1-2 of those DOWN requests and keep the status for the service in UP, until let’s say 3 or more DOWN responses were received.

Can Spring Boot Admin display the conditions actuator endpoint?

I’m using the 3.2.3 version of Spring Boot Admin with the Kubernetes Cloud Discovery library. I’m wondering if Spring Boot Admin can display the conditions actuator endpoint of monitored applications and I’m missing some configuration item or it’s not an available feature yet.