Healthcheck

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:

  1. Create an own endpoint in your application dedicated for Health Check, for example, /healthy
  2. Navigate to the selected environment in the Console, then go to the Healthcheck subsection
  3. Add the previously created endpoint

From now on, the specified endpoint will be monitored as the health status of the deployed application.