Application Insights选择性遥测数据捕获

时间:2017-10-05 17:59:25

标签: azure azure-application-insights telemetry

Application Insights允许捕获遥测数据 页面查看,请求,例外和其他几种。如果我只想捕获异常数据,我可以设置我的遥测配置来支持这个吗?我在Azure上部署的Asp.Net核心Web应用程序。

1 个答案:

答案 0 :(得分:1)

我能够通过编写自定义遥测处理器({3}}来实现该设施。