我们已经使用 Application Insight 来诊断我们的云服务项目。
今天我将 AppInsight Telemetry 添加到 Visual Studio 的项目中。它在 web config 和 nuget 包中添加了一些行。但部署后它停止向 Visual Studio 门户发送数据。没有遥测数据和诊断数据。现在我回滚更改。
如何将 AppInsight 遥测添加到项目中?
我们已经使用 Application Insight 来诊断我们的云服务项目。
今天我将 AppInsight Telemetry 添加到 Visual Studio 的项目中。它在 web config 和 nuget 包中添加了一些行。但部署后它停止向 Visual Studio 门户发送数据。没有遥测数据和诊断数据。现在我回滚更改。
如何将 AppInsight 遥测添加到项目中?
在 Visual Studio 2013 中打开工具、扩展和更新,
Installed
在左侧选择并查找Application Insight Tools for Visual Studio
并检查其版本。如果是版本 2,请卸载它。这个将遥测数据发送到 Azure 而不是 VS Online(您上面提到的门户)。
现在选择Online
并搜索Application Insight Tools for Visual Studio
,您将看到 1.3.2 版本。安装它,重新启动 Visual Studio Add Application Insights Telemetry to the project...
,它会向您显示它将使用的 VS Online 帐户以及将在其下捕获数据的 Application Insight 组件。运行应用程序,几分钟后数据将出现在 VS Online 门户中。
您也可以在 Visual Studio 2012 中添加 Application Insight。但是,这是一个手动过程,涉及以下步骤:
Global.asax.cs