Description
Hello.
Even though it's documented in https://docs.spring-boot-admin.com/3.5.0/docs/server/server-properties, I think I've seen in the code there is one configuration property that it can be set to hide all the service URLs.
To my understanding - but please really correct me here because the documentation is not at all clear in this regard - the service URL is the one underlined in red in the picture below:
In our context we have some applications having a UI, for which setting the service URL to it would make sense and it would be useful, and we have some applications that have nothing exposed under that service URL, for which clicking on the URL (by accident) is very unpleasant since you just get a 404 page back.
Would it be possible to have clients saying if they want to expose such service URL or not?
Maybe, with a specific boolean key in the metadata map as it happens today already with the tags.