Spring Boot Admin Server information
-
Version: 3.5.7
-
Spring Boot version: 3.5.10
-
Configured Security: None
-
Webflux or Servlet application: WebFlux
Client information
-
Spring Boot versions: 3.5.5 / 3.5.7
-
Used discovery mechanism: Eureka
-
Webflux or Servlet application: Servlet
Description
Hello.
In some instances the exclude /actuator/** checkbox in the HTTP Exchanges view is present while in others not. Is there some specific logic that decides if such a checkbox should be rendered or not?
For example. in an application running on Spring Boot 3.5.5 it's there:
while on another one running on Spring Boot 3.5.7 it's not:
I don't expect the issue to be the Spring Boot version, though.