我在Application分析中创建了几个查询,以获得我想要的图表。
示例:
customEvents
| where timestamp >= ago(31d)
| where name == "Search"
| project name, customDimensions, customMeasurements, customDimensions.["Query"]
| summarize count() by tostring(customDimensions.["Query"])
| render piechart
现在,我想知道是否可以将这个查询/图表添加到我的Application仪表板中?我不想总是去分析工具看这个特定的图表。
我一直在谷歌但没有结果。
谢谢,托马斯
发布于 2016-07-19 09:38:04
这个新功能正在开发中,应该在接下来的几周内发布。肯定会有助于执行您的查询。敬请关注。
-Dan Hadari
应用洞察小组
https://stackoverflow.com/questions/38452196
复制相似问题