I am setting up Grafana in Fargate using Docker. Once the Grafana container is active, is there an endpoint I can call that Fargate could use to determine if the container is "healthy" or not?
For example: http://grafana/healthy or http://grafana/status
Thanks!