Skip to content

thanhle0212/HealthCheckAPISample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Implement Health Check API with ASP.NET Core 2.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors