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

时间:2016-07-19 07:35:58

标签: azure azure-application-insights

我在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仪表板中?我不想总是必须转到分析工具才能看到这个特定的图表。

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

谢谢, 托马斯

1 个答案:

答案 0 :(得分:3)

这项新功能正在开发中,应该会在未来几周内发布。肯定有助于操作您的查询。请继续关注。

-Dan Hadari

Application Insights团队