【问题标题】:Does Application Insights work with CoreCLR?Application Insights 是否适用于 CoreCLR?
【发布时间】:2016-04-27 23:43:38
【问题描述】:

我最近向 Azure 部署了一个 CoreCLR 应用程序,并单击了“启用 Application Insights 监控”按钮。 Azure Web UI 现在为我的应用程序显示“已安装应用程序洞察扩展”。但是,没有数据显示。主要嫌疑人当然是我使用coreclr

所以问题是,Application Insights Extension 是否适用于 coreclr 应用程序?如果重要的话,它是一个基于 MVC 构建的 API 应用程序。

global.json:

{
  "sdk": {
    "version": "1.0.0-rc1-update2",
    "runtime": "coreclr"
  }
}

【问题讨论】:

    标签: azure-application-insights coreclr


    【解决方案1】:

    我不认为 Web App Extension 会为 Core CLR 项目工作,有一个 separate AI nuget 可以在开发时检测项目。 ASP.NET 核心项目中的 AI 说明在 GitHub here

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-08-16
      • 2018-01-05
      • 1970-01-01
      • 2019-07-05
      • 2018-03-28
      • 1970-01-01
      • 2019-12-21
      • 1970-01-01
      相关资源
      最近更新 更多