文件名称:ApiHealthCheck:api健康检查应用
文件大小:29KB
文件格式:ZIP
更新时间:2024-04-30 19:04:54
application-insights docker-image health-check docker-hub container-registry
API运行状况检查 这是带有.NET(带有DI,日志记录,配置)的后台任务应用程序,用于检查API运行状况。 一个小型实用程序,用于在特定时间间隔内检查API的运行状况。 在配置中添加API的详细信息(例如appsettings)以检查其运行状况。 它使用Azure Application Insights记录API运行状况。 按原样运行应用 此应用使用一些示例API进行健康检查。 如果您想按原样运行该应用程序,请按照以下步骤操作。 创建一个Azure Application Insights资源。 使用Application Insights的参考更新appsettings.json。 "ApplicationInsights": { "Key": "", "LogLevel": { "Default": "Information", "Microsoft
【文件预览】:
ApiHealthCheck-main
----.github()
--------workflows()
----test()
--------ApiHealthCheck.LibTest()
--------ApiHealthCheck.ConsoleTest()
----ApiHealthCheck.sln(4KB)
----LICENSE(1KB)
----CONTRIBUTING.md(1KB)
----src()
--------ApiHealthCheck.Console()
--------ApiHealthCheck.Lib()
----.gitignore(6KB)
----CODE_OF_CONDUCT.md(3KB)
----README.md(2KB)
----.gitattributes(2KB)