Healthcheck
From the Environment on the Side Navigation, choose Settings -> Healthcheck.
Health Checks are used to monitor the state and health of your deployed application.
To utilize the functionality:
- Create an own endpoint in your application dedicated for Health Check, for example,
/healthy
- Navigate to the selected environment in the Console, then go to the
Healthcheck
subsection - Add the previously created endpoint
From now on, the specified endpoint will be monitored as the health status of the deployed application.