摘要: ASP.NET Core Health Checks (net-hacker.rocks) ASP.NET Core Health Checks Jürgen Gutsch - 20 August, 2020 Since a while I planned to write about the AS 阅读全文
posted @ 2022-11-23 16:50 PanPan003 阅读(19) 评论(0) 推荐(0) 编辑
摘要: Adding health checks with Liveness, Readiness, and Startup probes (andrewlock.net) This is the sixth post in the series: Deploying ASP.NET Core applic 阅读全文
posted @ 2022-11-23 16:39 PanPan003 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 原文: Health checks in ASP.NET Core | Microsoft Learn var builder = WebApplication.CreateBuilder(args); builder.Services.AddHealthChecks(); var app = bu 阅读全文
posted @ 2022-11-23 16:09 PanPan003 阅读(212) 评论(0) 推荐(0) 编辑