可以为使用Kusto查询返回的所有异常创建一个到‘端到端事务详细信息’的链接,例如
exceptions
| where timestamp >= ago(1d)
| project ['Work Item Type'] = 'Bug', Link = 'required End-to-end发布于 2020-04-20 09:37:10
Kusto查询中没有link或related operator,因此无法创建链接url。
还有一件事,即使有link运算符,您如何知道每个异常的End to end transaction url?
如果你有更多的问题,请告诉我。
https://stackoverflow.com/questions/61287619
复制相似问题