Skip to content
Snippets Groups Projects
Unverified Commit 19af8eb5 authored by Oliver's avatar Oliver Committed by GitHub
Browse files

Merge pull request #209 from oliver006/oh_fix_dashboard

fix query in dashboard
parents 10045b85 969f4047
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