关于[Health Checks in ASP.NET Core]的摘要:
Health checks are a new middleware available in ASP.NET Core 2.2. It provides a way to expose the health of your application through an HTTP endpoint. The health of your application can mean many things. It's up to you to configure what is considered healthy or unhealthy. Maybe your application is reliant on the ability to connect to a database. If your application cannot connect to the database, then the health check endpoint would respond as unhealthy.
原文地址: https://www.telerik.com/blogs/health-checks-in-aspnet-core