Application Insights Asp.Net v5 Web 应用监视控件

程序名称:Application Insights Asp.Net v5

授权协议: MIT

操作系统: 跨平台

开发语言: C#

Application Insights Asp.Net v5 介绍

Application Insights Asp.Net v5 是 Web 应用监视中间控件。

示例代码:

// Add Application Insights monitoring to the request pipeline as a very first middleware.
app.UseApplicationInsightsRequestTelemetry();
...
// Add the following to the request pipeline only in development environment.
if (string.Equals(env.EnvironmentName, "Development", StringComparison.OrdinalIgnoreCase))
{
    app.SetApplicationInsightsTelemetryDeveloperMode();
}
...
// Add Application Insights exceptions handling to the request pipeline.
app.UseApplicationInsightsExceptionTelemetry();

Application Insights Asp.Net v5 官网

https://github.com/Microsoft/ApplicationInsights-aspnetv5

相关编程语言

IPTraf是一个使用简单的网络状况监视工具。
所谓 rootkit ,是一类入侵者经常使用的工具。这类工...
系统管理员可以利用Health Monitor 去监控网络中的每...
当服务器遭到黑客攻击时,在多数情况下,黑客可能对...
Hobbit是一个基于WEB用于监视系统运行状态和网络信息...
MX4J是Java管理扩展技术的一个开源实现,支持JSR3 (...