Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 646 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 646 Bytes

HealthCheckAPISample

Implementing Health Checks API is necessary for all application which applying Microservices Architecture. It could help us to detect services that unable to handle requests quickly by sending us an failure aleart as well as provide a dashboard to display all services's statuses.

ASP.NET Core 2.2 provides us a set of built-in health check features. We can use them via middleware.

You can see original article on Medium here: https://link.medium.com/L3aY0dCV6Z

Note

You can find all health checks libraries which are being used in this project here: https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks