PreviousNext

Implementing .NET Core Health Checks

by bill-s, 2019-11-06T17:47:12.544Z

Generally, when we are using any uptime monitoring systems or load balancers, these systems will keep monitoring the health of the application and based on its health condition it will decide to send the request to serve it. For this earlier, we use to create a special endpoint where it will return any error message or code to indicate the health of the API/service.

Read More