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

Fix "Multiple Series Error" with Redis uptime Singlestat panels - was PR #186

parent 3c7550ba
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -108,11 +108,11 @@
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": false,
"lineColor": "rgb(31, 120, 193)",
"show": false
"show": true
},
"targets": [
{
"expr": "redis_uptime_in_seconds{addr=\"$addr\"}",
"expr": "max(max_over_time(redis_uptime_in_seconds{addr=\"$addr\"}[$__interval]))",
"intervalFactor": 2,
"legendFormat": "",
"metric": "",
Loading
Loading
@@ -131,7 +131,7 @@
"value": "null"
}
],
"valueName": "avg"
"valueName": "current"
},
{
"cacheTimeout": null,
Loading
Loading
Loading
Loading
@@ -104,11 +104,11 @@
"fillColor": "rgba(31, 118, 189, 0.18)",
"full": false,
"lineColor": "rgb(31, 120, 193)",
"show": false
"show": true
},
"targets": [
{
"expr": "redis_uptime_in_seconds{instance=\"$host\",alias=\"$alias\"}",
"expr": "max(max_over_time(redis_uptime_in_seconds{instance=\"$host\",alias=\"$alias\"}[$__interval]))",
"intervalFactor": 2,
"legendFormat": "",
"metric": "",
Loading
Loading
@@ -127,7 +127,7 @@
"value": "null"
}
],
"valueName": "avg"
"valueName": "current"
},
{
"cacheTimeout": null,
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