I would like to monitor in Azure the external services i depend on to check if they are up and running, how can i check if my mongo instance on Atlas is working?
One way i found is to ping the database shards, they seem to reply 200 if they are up, is this the best way? I also noticed that i can't ping shards for shared instances, is it true? (even though i don't need to check the shared instances, i just wanted to know)