×

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

消耗积分:2 | 格式:zip | 大小:2.05 MB | 2022-04-26

分享资料个

授权协议 MIT
开发语言 C#
操作系统 跨平台
软件类型 开源软件
所属分类 管理和监控系统监控

软件简介

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();
 

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !