update redis queue query

This commit is contained in:
m0duspwnens
2021-11-08 15:20:28 -05:00
parent fbef420155
commit 79640342f2

View File

@@ -1,65 +1,105 @@
{ {
"aliasColors": {}, "id": 55,
"bars": false,
"maxDataPoints": 750,
"interval": "30s",
"dashLength": 10,
"dashes": false,
"datasource": "InfluxDB",
"description": "",
"fieldConfig": {
"defaults": {
"links": []
},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": { "gridPos": {
"x": {{ PANELS.redis_queue_graph.gridPos.x }}, "x": {{ PANELS.redis_queue_graph.gridPos.x }},
"y": {{ PANELS.redis_queue_graph.gridPos.y }}, "y": {{ PANELS.redis_queue_graph.gridPos.y }},
"w": {{ PANELS.redis_queue_graph.gridPos.w }}, "w": {{ PANELS.redis_queue_graph.gridPos.w }},
"h": {{ PANELS.redis_queue_graph.gridPos.h }} "h": {{ PANELS.redis_queue_graph.gridPos.h }}
}, },
"hiddenSeries": false, "type": "timeseries",
"id": 55, "title": "Redis Queue",
"legend": { "datasource": "InfluxDB",
"alignAsTable": true, "pluginVersion": "8.2.1",
"avg": true, "interval": "30s",
"current": true, "fieldConfig": {
"hideEmpty": true, "defaults": {
"max": true, "custom": {
"min": false, "drawStyle": "line",
"rightSide": false, "lineInterpolation": "linear",
"show": true, "barAlignment": 0,
"sort": "current", "lineWidth": 1,
"sortDesc": true, "fillOpacity": 10,
"total": false, "gradientMode": "none",
"values": true "spanNulls": false,
"showPoints": "never",
"pointSize": 5,
"stacking": {
"mode": "none",
"group": "A"
}, },
"lines": true, "axisPlacement": "auto",
"linewidth": 1, "axisLabel": "",
"nullPointMode": "connected", "scaleDistribution": {
"options": { "type": "linear"
"alertThreshold": true
}, },
"percentage": false, "hideFrom": {
"pluginVersion": "7.5.4", "tooltip": false,
"pointradius": 2, "viz": false,
"points": false, "legend": false
"renderer": "flot", },
"seriesOverrides": [ "thresholdsStyle": {
{ "mode": "off"
"alias": "/Trend/",
"dashLength": 4,
"dashes": true,
"fill": 0,
"linewidth": 4
} }
], },
"spaceLength": 10, "color": {
"stack": false, "mode": "palette-classic"
"steppedLine": false, },
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
}
]
},
"mappings": [],
"links": [],
"unit": "short",
"decimals": 2
},
"overrides": [
{
"matcher": {
"id": "byRegexp",
"options": "/Trend/"
},
"properties": [
{
"id": "custom.fillOpacity",
"value": 0
},
{
"id": "custom.lineWidth",
"value": 4
},
{
"id": "custom.lineStyle",
"value": {
"fill": "dash",
"dash": [
4,
10
]
}
}
]
}
]
},
"options": {
"tooltip": {
"mode": "single"
},
"legend": {
"displayMode": "list",
"placement": "bottom",
"calcs": [
"max",
"mean"
]
}
},
"targets": [ "targets": [
{ {
"alias": "Queue Current", "alias": "Queue Current",
@@ -103,10 +143,10 @@
"value": "/^manager/" "value": "/^manager/"
}, },
{ {
"condition": "OR",
"key": "role", "key": "role",
"value": "standalone",
"operator": "=", "operator": "=",
"condition": "OR" "value": "standalone"
} }
] ]
}, },
@@ -153,52 +193,16 @@
"value": "/^manager/" "value": "/^manager/"
}, },
{ {
"condition": "OR",
"key": "role", "key": "role",
"value": "standalone",
"operator": "=", "operator": "=",
"condition": "OR" "value": "standalone"
} }
] ]
} }
], ],
"thresholds": [], "maxDataPoints": null,
"description": "",
"timeFrom": null, "timeFrom": null,
"timeRegions": [], "timeShift": null
"timeShift": null,
"title": "Redis Queue",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
} }