-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
sort_desc(topk(20,avg by (uri, method) ((sum(increase(http_server_requests_seconds_sum{application="$application",instance="$instance",uri!="root",method!="HEAD"}[1h])) by (uri, method))/(sum(increase(http_server_requests_seconds_count{application="$application",instance="$instance",uri!="root",method!="HEAD"}[1h])) by (uri, method) > 0)) * 1000)>0)
以上是我的图表的promql,想看top20的请求耗时,但是显示的排行榜里不止20条数据
Metadata
Metadata
Assignees
Labels
No labels