We currently have a framework which checks our Microservices, and which checks a URL for information about the health and info about our applications. The limitation here is that this framework can only check 1 URL.
What I'd like to do is to combine the information of /health and /info into one, and have /health also show the information of /info, most notably the version of the deployed application. Is something like this possible out of the box, or should I create my own health check which displays this information?