Skip to content
Snippets Groups Projects
Commit a86c1bfd authored by Cedi's avatar Cedi
Browse files

topk 25 for popular maps

parent ba7f7eee
Branches
No related tags found
No related merge requests found
Pipeline #13391 passed
...@@ -294,7 +294,7 @@ data: ...@@ -294,7 +294,7 @@ data:
"refId": "A" "refId": "A"
} }
], ],
"title": "Popular Maps (now)", "title": "Popular Maps (Top 25) (now)",
"type": "piechart" "type": "piechart"
}, },
{ {
...@@ -734,13 +734,13 @@ data: ...@@ -734,13 +734,13 @@ data:
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "label_replace((sum by (room) (exneuland_cowboy_init_count{namespace=\"$environment\"})) - (sum by (room) (exneuland_cowboy_terminate_count{namespace=\"$environment\"})), \"roomslug\", \"$1\", \"room\", \"https://[^/]+/@/rc3_21/(.+)\")", "expr": "label_replace(topk(25, sum by (room) (exneuland_cowboy_init_count{namespace=\"$environment\"})) - (sum by (room) (exneuland_cowboy_terminate_count{namespace=\"$environment\"})), \"roomslug\", \"$1\", \"room\", \"https://[^/]+/@/rc3_21/(.+)\")",
"interval": "", "interval": "",
"legendFormat": "{{roomslug}}", "legendFormat": "{{roomslug}}",
"refId": "A" "refId": "A"
} }
], ],
"title": "Popular Maps (now)", "title": "Popular Maps (Top 25) (now)",
"type": "timeseries" "type": "timeseries"
}, },
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment