-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
Spring Boot Admin Server information
-
Version: 3.5.0
-
Spring Boot version: 3.5.0
-
Configured Security: None
-
Webflux or Servlet application: WebFlux
Client information
-
Spring Boot versions: 3.5.0
-
Used discovery mechanism: Eureka
-
Webflux or Servlet application: WebFlux
Description
Hello.
I start by saying this may not be a bug but, maybe, just me not clearly understanding how the journal and its events work.
With that being said, I can see that in the journal the entries for my application are not updated since the 27th of May:
But, given that I've ProcessInfoContributor
enabled as well as another custom contributor (see #4253), I would expect to have them update at least once a day or more.
On the other end, if I inspect the payload that's shown in the last entry, it reports correctly the latest available information (at least, for my custom contributor that updates once a day).
I wonder if this may be a bug or, maybe, given that I'm using Hazelcast for clustering (see #4346), if the latter may be the cause.