Skip to content

Commit

Permalink
add EngineCPUUtilization panel (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
riupie authored Oct 26, 2023
1 parent 1729a61 commit 81bbac3
Showing 1 changed file with 117 additions and 0 deletions.
117 changes: 117 additions & 0 deletions aws-elasticache/aws-elasticache-redis.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 81bbac3

Please sign in to comment.