Application Insights 是否与 CoreCLR 一起使用?

Does Application Insights work with CoreCLR?

我最近将一个 CoreCLR 应用程序部署到 Azure,然后单击 "Enable Application Insights monitoring" 按钮。 Azure web UI 现在显示我的应用程序 "Application insights extension is already installed"。但是,没有显示任何数据。主要嫌疑人当然是我正在使用 coreclr.

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

global.json:

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

我不希望 Web App Extension 适用于核心 CLR 项目,在开发时有一个 separate AI nuget 来检测项目。 ASP.NET 核心项目中的 AI 说明在 GitHub here.