azure - 如何增加 Azure Analytics Applicationinsights 中分析查询结果的限制

标签 azure azure-application-insights telemetry

我已在 https://analytics.applicationinsights.io 上运行查询像下面这样:

traces
| where timestamp >= datetime(2017-03-17T13:12:59.999Z) and timestamp < 
  datetime(2017-03-21T12:13:12.001Z)
| where (itemType == 'trace' and (timestamp >= datetime(2017-03-
  17T13:13:00.000Z) and timestamp <= datetime(2017-04-23T12:13:12.000Z)))

但是 400000 条现有记录中的 10000 条已得到反射(reflect)(见下文)。

enter image description here

问题是“如何增加这个限制?”。

最佳答案

我认为使用门户体验是不可能的,但我过去使用预览 API 做到了这一点,因为它们支持 $skip 和 $top。

您可以在此处阅读有关 API 的信息: https://dev.applicationinsights.io/reference/get-events

我所做的是迭代 Power BI 报告中的所有请求,然后在 Power BI 中进行数据可视化。

关于azure - 如何增加 Azure Analytics Applicationinsights 中分析查询结果的限制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43571325/

相关文章:

Azure Pipelines 为 helm 升级提供超时

azure - 保护 Azure 函数的安全

java - Application Insights Log4j 按日志文件名筛选

node.js - IBM WebSphere/MQTT.js : Convert MQHRF2 to MQSTR format

node.js - 如何创建指向 IBM Websphere MQ 中的队列的别名主题?

Azure Application Insights - 不记录高流量情况下的所有请求

azure - 从 Azure Purview 查询数据

c# - Microsoft Rest ServiceClientTracing - 如何将跟踪结果输出到控制台或调试?

c# - 如何在 Application Insights 中通过 RabbitMQ 显示端到端事务?

.net - 从用户 secret 获取 ApplicationInsights 设置