【问题标题】:Adding AI Analytics query to AI dashboard?将 AI 分析查询添加到 AI 仪表板?
【发布时间】:2016-07-19 07:35:58
【问题描述】:

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

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

谢谢, 托马斯

【问题讨论】:

    标签: azure azure-application-insights


    【解决方案1】:

    这项新功能正在开发中,应该会在未来几周内发布。肯定会帮助您实现查询。敬请期待。

    -丹哈达里


    应用洞察团队

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-10-10
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多