codecentric / spring-boot-admin

Admin UI for administration of spring boot applications
Apache License 2.0
12.39k stars 3.08k forks source link

continuous 'Request failed: 404 - 404' shown in UI #2174

Closed robtha closed 1 year ago

robtha commented 1 year ago

Spring Boot Admin Server information

Client information

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.

image
pgehl commented 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.

SteKoe commented 1 year ago

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.

pgehl commented 1 year ago

Awesome !! Thanks a lot for the quick fix!!!