Can we add custom functionality to spring boot admin 3.3
so I just used spring boot admin for monitoring purposes but I want to also add some custom functionalities like viewing the application.properties file in the admin dashboard. Is it possible to do so? If yes then how?
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.
Error When Starting Spring Boot Admin with Eureka: “Couldn’t Retrieve Status for Instance”
I’m currently working with the following setup:
Can’t we have a spring boot admin of version 3.0.x(Java 17) and client spring boot version of 2.7.13(java 1.8)?
I have my client application of version 2.7.13 which runs on java 1.8. And I have a spring boot admin which is of version 3.0.x and runs on java 17(since spring boot 3.0.x needs java 17). Can I pair this combination for monitoring the client on admin server?