Closed robtha closed 1 year ago
Same problem here. We have some metrics setup in the metrics view. Before: a simple warning icon would show next to them if no values were available. Now: a continuous stream of red 404 notifications make the metrics page unusable.
Hi,
we have just released version 2.7.9 of SBA that includes a property to enable toasts spring.boot.admin.ui.enable-toasts
. They are disabled by default, now.
Sorry for the inconvenience.
Awesome !! Thanks a lot for the quick fix!!!
Spring Boot Admin Server information
Version: 2.7.8
Spring Boot version: 2.7.6, 2.7.5
Configured Security: basic auth
Webflux or Servlet application: servlet
Client information
Spring Boot versions: 2.7.8
Used discovery mechanism: self registration
Webflux or Servlet application: webflux or servlet
Description
Admin Server UI repeatedly shows error message 'Request failed: 404 - 404' (see attached screenshot). It seems, that admin server tries to query for system metrics, even if the are disabled on registered client app.
If first discovered this behaviour in spring-boot-admin version 2.7.5 - it did not appear in older versions.