Health Checks
Brighter provides an AspNet Core Health check for Service Activator
Configure Health Checks
The below will configure ASP.Net Core Health checks for Brighter's Service Activator, for more information on ASP.NET Core Health Check
The /health endpoing will return a Status 200 with the Body of the Health status (i.e. Healthy)
The /health/detail endpoint will return a detailed response with all of your information for example:
Health Status
The following will be produced
Scenario
Status
All Message Pumps are running
Healthy
Some Message Pumps are running
Degraded
No Message Pumps are running
Unhealthy
In the event on a Degraded status the /health/details page can be used to find out which Dispatchers have failed pumps
Last updated