From 81bbac35ffbee24d45a3be62d31b81a6df2d51b1 Mon Sep 17 00:00:00 2001 From: Rahmat Agung Wibowo Date: Thu, 26 Oct 2023 18:53:02 +0700 Subject: [PATCH] add EngineCPUUtilization panel (#131) --- aws-elasticache/aws-elasticache-redis.json | 117 +++++++++++++++++++++ 1 file changed, 117 insertions(+) diff --git a/aws-elasticache/aws-elasticache-redis.json b/aws-elasticache/aws-elasticache-redis.json index 92cb448..7e5a969 100644 --- a/aws-elasticache/aws-elasticache-redis.json +++ b/aws-elasticache/aws-elasticache-redis.json @@ -1411,6 +1411,123 @@ "align": false } }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": { + "uid": "${datasource}" + }, + "decimals": 3, + "editable": true, + "error": false, + "fill": 1, + "fillGradient": 0, + "grid": {}, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 49 + }, + "hiddenSeries": false, + "id": 18, + "isNew": true, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null as zero", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "8.3.3", + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "alias": "", + "application": { + "filter": "" + }, + "dimensions": { + "CacheClusterId": "$cacheclusterId", + "CacheNodeId": "$cachenodeid" + }, + "functions": [], + "group": { + "filter": "" + }, + "host": { + "filter": "" + }, + "item": { + "filter": "" + }, + "metricEditorMode": 0, + "metricName": "EngineCPUUtilization", + "metricQueryType": 0, + "mode": 0, + "namespace": "AWS/ElastiCache", + "options": { + "showDisabledItems": false + }, + "period": "", + "refId": "A", + "region": "$region", + "statistic": "Average" + } + ], + "thresholds": [], + "timeRegions": [], + "title": "CacheNodeId $cachenodeid EngineCPUUtilization", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 0, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "mode": "time", + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percent", + "logBase": 1, + "min": 0, + "show": true + }, + { + "format": "short", + "logBase": 1, + "show": false + } + ], + "yaxis": { + "align": false + } + }, { "aliasColors": {}, "bars": false,