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

fix topk

parent a86c1bfd
Branches
No related tags found
No related merge requests found
Pipeline #13393 passed
......@@ -26,7 +26,7 @@ data:
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 3,
"iteration": 1640796713747,
"iteration": 1640801800541,
"links": [],
"liveNow": false,
"panels": [
......@@ -570,7 +570,7 @@ data:
"uid": "PBFA97CFB590B2093"
},
"exemplar": true,
"expr": "label_replace(topk(25, sum by (room) (exneuland_cowboy_init_count{namespace=\"$environment\"})), \"roomslug\", \"$1\", \"room\", \"https://[^/]+/@/rc3_21/(.+)\")",
"expr": "label_replace((sum by (room) (exneuland_cowboy_init_count{namespace=\"$environment\"})), \"roomslug\", \"$1\", \"room\", \"https://[^/]+/@/rc3_21/(.+)\")",
"interval": "",
"legendFormat": "{{roomslug}}",
"refId": "A"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment