This repository was archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
13. Using HealthChecks in eShopOnContainers
Cesar De la Torre edited this page Jan 31, 2018
·
6 revisions
HealthChecks will come as a Nuget package, probably as part of ASP.NET Core 2.1. Still TBD.
In the meantime, check the following documentation in order to use the HealthChecks library (Alpha code used in eShopOnContainers):
Implementing health checks in ASP.NET Core services
Also, there's a nice blog post on HealthChecks by @scottsauber https://scottsauber.com/2017/05/22/using-the-microsoft-aspnetcore-healthchecks-package/
- System requirements
- Development setup
- Databases & containers
- Architecture
- Application
- Code
- Logging and Monitoring
- Tests