Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor dashboard updates including store reads/writes - cpu load graph #553

Merged
merged 1 commit into from
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 59 additions & 2 deletions dashboards/grafana/cache-details-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1137,15 +1137,18 @@
"unit": "ms"
},
{
"alias": "",
"alias": "Store Writes",
"align": "auto",
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"pattern": "/.*/",
"mappingType": 1,
"pattern": "Value #F",
"thresholds": [],
"type": "number",
"unit": "short"
Expand Down Expand Up @@ -1431,6 +1434,40 @@
"thresholds": [],
"type": "number",
"unit": "short"
},
{
"alias": "Store Writes",
"align": "auto",
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 0,
"mappingType": 1,
"pattern": "Value #K",
"thresholds": [],
"type": "number",
"unit": "none"
},
{
"alias": "Store Reads",
"align": "auto",
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 0,
"mappingType": 1,
"pattern": "Value #L",
"thresholds": [],
"type": "number",
"unit": "none"
}
],
"targets": [
Expand Down Expand Up @@ -1515,6 +1552,24 @@
"intervalFactor": 1,
"legendFormat": "",
"refId": "J"
},
{
"expr": "sum(vendor:coherence_cache_store_writes{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\"}) by (member)",
"format": "table",
"instant": true,
"interval": "",
"intervalFactor": 1,
"legendFormat": "",
"refId": "K"
},
{
"expr": "sum(vendor:coherence_cache_store_reads{cluster=\"$ClusterName\",coherence_service='$ServiceName', name=\"$CacheName\"}) by (member)",
"format": "table",
"instant": true,
"interval": "",
"intervalFactor": 1,
"legendFormat": "",
"refId": "L"
}
],
"title": "Cache Storage Details for Cache $CacheName",
Expand Down Expand Up @@ -1564,6 +1619,7 @@
},
{
"alias": "Total Gets",
"align": "auto",
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
Expand Down Expand Up @@ -1682,6 +1738,7 @@
},
{
"alias": "",
"align": "auto",
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
Expand Down
2 changes: 1 addition & 1 deletion dashboards/grafana/coherence-dashboard-main.json
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Current Load Averages",
"title": "Current Load Averages (Stacked)",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down
107 changes: 101 additions & 6 deletions dashboards/grafana/members-summary-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,15 +490,110 @@
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"description": "",
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 8,
"w": 12,
"w": 24,
"x": 0,
"y": 14
},
"hiddenSeries": false,
"id": 98,
"legend": {
"alignAsTable": true,
"avg": false,
"current": true,
"max": false,
"min": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"options": {
"dataLinks": []
},
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "avg(vendor:coherence_os_process_cpu_load{cluster=\"$ClusterName\"}) by (member)",
"format": "time_series",
"instant": false,
"interval": "",
"intervalFactor": 1,
"legendFormat": "Member: {{member}} ({{role}})",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Process CPU",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": null,
"format": "percentunit",
"label": null,
"logBase": 1,
"max": "1",
"min": "0",
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 22
},
"hiddenSeries": false,
"id": 65,
"legend": {
"alignAsTable": true,
Expand Down Expand Up @@ -589,7 +684,7 @@
"h": 8,
"w": 12,
"x": 12,
"y": 14
"y": 22
},
"hiddenSeries": false,
"id": 66,
Expand Down Expand Up @@ -684,7 +779,7 @@
"h": 8,
"w": 12,
"x": 0,
"y": 22
"y": 30
},
"hiddenSeries": false,
"id": 68,
Expand Down Expand Up @@ -784,7 +879,7 @@
"h": 8,
"w": 12,
"x": 12,
"y": 22
"y": 30
},
"hiddenSeries": false,
"id": 69,
Expand Down Expand Up @@ -882,7 +977,7 @@
"h": 9,
"w": 12,
"x": 0,
"y": 30
"y": 38
},
"hiddenSeries": false,
"id": 23,
Expand Down Expand Up @@ -976,7 +1071,7 @@
"h": 9,
"w": 12,
"x": 12,
"y": 30
"y": 38
},
"hiddenSeries": false,
"id": 24,
Expand Down
Loading