我们在应用程序中使用Application Insights进行监控。
今天我们收到一条消息,我们超过了每天86,400个请求的费率限制(https://dev.applicationinsights.io/documentation/Authorization/Rate-limits)。
要分析问题的原因,我想知道这些请求的来源。是否可以在天蓝色门户网站或任何其他方式执行此操作?
答案 0 :(得分:0)
您可以在Application Insights Analytics中检查请求/依赖项/其他文档,并从发送它们的内容中进行检查。
union *
| order by timestamp
| take 1000