gpt4 book ai didi

azure - 无法为 azure 函数应用程序的平均响应时间创建仪表板

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

我没有得到正确的函数应用查询平均响应时间

需要azure日志查询

最佳答案

Iam not getting correct query for function app to average response time

要获取函数应用程序的响应时间,您可以使用以下查询:

requests
| where cloud_RoleName == 'rithwik21'

enter image description here

要获取函数应用的平均响应时间,您可以使用以下查询:

requests
| where cloud_RoleName == 'rithwik21'
| summarize avg(duration) by bin(timestamp, 1h)

enter image description here

 requests
| where cloud_RoleName == 'rithwik21'
| summarize avg(duration) by bin(timestamp, 1h)
| project avg_duration

enter image description here

这里rithwik21是函数应用名称。

要找出任何错误,您可以使用以下查询:

traces
| where message conatins "type error message"

关于azure - 无法为 azure 函数应用程序的平均响应时间创建仪表板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76109034/

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