关于[How to implement health checks in ASP.Net Core]的摘要:
Health checks are used to determine if the application is responding to requests normally. ASP.Net Core provides support for health checks for reporting the health of an application using health check middleware, which was introduced in ASP.Net Core 2.2.
原文地址: https://www.infoworld.com/article/3379187/how-to-implement-health-checks-in-aspnet-core.html