azure - 如何使用 Application Insights 查找故障依赖性

标签 azure azure-application-insights

我们的应用程序的最新版本在 Application Insights 中生成了许多 400/500 HTTP 故障。其中一些失败是因为它们依赖于先前失败的 API。

enter image description here

在下图中,我们可以看到失败的依赖项,但是当我深入研究它们时,我无法找到它们依赖的 API。

任何帮助将不胜感激。

最佳答案

您可以导航到 Azure 门户 -> 应用程序洞察 -> 日志,然后编写查询(注意:在运行查询之前选择适当的“时间范围”),例如

dependencies 
| where success == "False" 

详细信息如下图所示:

enter image description here

此外,您还可以尝试单击应用程序见解左侧 Pane 中的“应用程序 map ”菜单。

关于azure - 如何使用 Application Insights 查找故障依赖性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61211776/

相关文章:

Azure VM - 由于虚拟机出现故障,无法执行操作

Azure 应用服务运行状况检查警报未触发

Azure SAS token 授权资源类型不匹配

javascript - 无法使用 Azure AD 和 SPA 获取 token

azure - 针对自定义请求的 Application Insights 警报

c# - 无法加载文件或程序集 'Microsoft.AspNet.TelemetryCorrelation' 或其依赖项之一。该系统找不到指定的文件

azure - 在 Azure Application Insights 中查看错误响应文本

azure - 应用程序洞察日志 403

azure - Azure Monitor 'Response time' 和 AppInsights 'Duration' 之间有什么区别?

python - 无法在DataBricks中使用python成功分割JSON文件