gpt4 book ai didi

azure - 通过多个Azure Application Insights查询日志

转载 作者:行者123 更新时间:2023-12-03 05:41:05 24 4
gpt4 key购买 nike

我正在开发一个 Azure 项目,该项目有多个 Azure 函数应用程序。一个功能应用程序链接到一个 Application Insights。因此,我们拥有与应用程序洞察一样多的功能应用程序。这些功能应用程序将在它们之间进行通信,并且某些进程可以通过多个功能应用程序。在 Azure 函数上,我使用自定义 EntityID 添加日志,并且该 EntityID 在所有函数应用之间都是相同的。

现在我的问题是:如何在所有Applications Insights 上检索具有相同EntityID 的所有日志?

喜欢:

traces
| where operation_Name == "TestLogManagement"
| where customDimensions.EventId == 888

但有几个应用程序见解。

我知道我们可以通过标签重新组合多个应用程序见解,但在创建日志后无法检索日志。

最佳答案

app('app1').traces 
| union app('app2').traces
| where * contains "42"
| summarize count() by appId

请看这里:

Unify multiple Azure Monitor Application Insights resources

关于azure - 通过多个Azure Application Insights查询日志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58627401/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com