你的位置: 码友网首页 / 资讯源列表 / Health Checks in ASP.NET Core

关于[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

收录时间: 2019-03-07 浏览量: 1852 分类: ASP.NET Core

| 0 收藏 | 0