I'm fairly new to spring cloud gateway and I am thinking of using it as a main gateway to my application.
I was wondering if Spring cloud gateway provides the capability to monitor health of the gateway (and also monitor the health of the microservices that have the /health endpoint)?
Also i'm wondering if Spring cloud gateway supports API versioning too?
What would be really good is if anyone can point me to the direction where there is sample code that is available for me to try these things out?
Thanks