Skip to content
Snippets Groups Projects
Commit 969f4047 authored by Oliver's avatar Oliver
Browse files

fix query in dashbaord

parent 10045b85
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -968,7 +968,7 @@
"steppedLine": false,
"targets": [
{
"expr": "topk(5, irate(redis_command_call_duration_seconds_count{addr=~\"$addr\"} [1m]))",
"expr": "topk(5, irate(redis_commands_total{addr=~\"$addr\"} [1m]))",
"interval": "",
"intervalFactor": 2,
"legendFormat": "{{ cmd }}",
Loading
Loading
Loading
Loading
@@ -948,7 +948,7 @@
"steppedLine": false,
"targets": [
{
"expr": "topk(5, irate(redis_command_call_duration_seconds_count{instance=\"$host\",alias=\"$alias\"} [1m]))",
"expr": "topk(5, irate(redis_commands_total{instance=\"$host\",alias=\"$alias\"} [1m]))",
"interval": "",
"intervalFactor": 2,
"legendFormat": "{{ cmd }}",
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment