将 AI Analytics 查询添加到 AI 仪表板?

Adding AI Analytics query to AI dashboard?

我在 Application Insights Analytics 中创建了几个查询以获得我想要的图表。

示例:

customEvents
| where timestamp >= ago(31d)
| where name == "Search"
| project name, customDimensions, customMeasurements, customDimensions.["Query"]
| summarize  count() by tostring(customDimensions.["Query"])
| render piechart 

现在我想知道是否可以将此查询/图表添加到我的 Application Insights 仪表板?我不想总是必须去分析工具才能看到这个特定的图表。

我一直在谷歌搜索但没有结果。

谢谢, 托马斯

这项新功能正在开发中,应该会在接下来的几周内发布。肯定会有助于操作您的查询。敬请期待。

-丹·哈达里


Application Insights 团队