diff --git a/grafana/provisioning/dashboards/zertometrics.json b/grafana/provisioning/dashboards/zertometrics.json index 803b71f..57910e4 100644 --- a/grafana/provisioning/dashboards/zertometrics.json +++ b/grafana/provisioning/dashboards/zertometrics.json @@ -34,6 +34,7 @@ }, "fieldConfig": { "defaults": { + "decimals": 0, "mappings": [], "thresholds": { "mode": "absolute", @@ -182,7 +183,7 @@ "overrides": [] }, "gridPos": { - "h": 16, + "h": 25, "w": 12, "x": 12, "y": 0 @@ -236,13 +237,13 @@ "expr": "vpg_actual_rpo{SiteName=\"$SiteName\"}", "format": "time_series", "instant": false, - "interval": "", + "interval": "1", "legendFormat": "{{VpgName}}", "range": true, "refId": "A" } ], - "title": "RPO History Map", + "title": "VPG RPO History Map", "type": "heatmap" }, { @@ -304,7 +305,7 @@ "overrides": [] }, "gridPos": { - "h": 8, + "h": 9, "w": 12, "x": 0, "y": 8 @@ -402,7 +403,7 @@ "h": 8, "w": 12, "x": 0, - "y": 16 + "y": 17 }, "id": 10, "options": { @@ -447,100 +448,6 @@ "title": "VPG Journal History Length", "type": "timeseries" }, - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "decmbytes" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 16 - }, - "id": 4, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "editorMode": "builder", - "expr": "vm_journal_used_storage_mb{SiteName=\"$SiteName\"}", - "interval": "", - "legendFormat": "{{VmName}}", - "range": true, - "refId": "A" - } - ], - "title": "Journal Storage Size", - "type": "timeseries" - }, { "datasource": { "type": "prometheus", @@ -603,7 +510,7 @@ "h": 8, "w": 12, "x": 0, - "y": 24 + "y": 25 }, "id": 6, "options": { @@ -689,7 +596,7 @@ } ] }, - "unit": "MBs" + "unit": "decmbytes" }, "overrides": [] }, @@ -697,9 +604,9 @@ "h": 8, "w": 12, "x": 12, - "y": 24 + "y": 25 }, - "id": 12, + "id": 4, "options": { "legend": { "calcs": [], @@ -719,14 +626,14 @@ "uid": "PBFA97CFB590B2093" }, "editorMode": "builder", - "expr": "vm_NetworkTrafficCounterInMBs{SiteName=\"$SiteName\"}", + "expr": "vm_journal_used_storage_mb{SiteName=\"$SiteName\"}", "interval": "", "legendFormat": "{{VmName}}", "range": true, "refId": "A" } ], - "title": "Network Throughput", + "title": "Journal Storage Size", "type": "timeseries" }, { @@ -792,7 +699,7 @@ "h": 8, "w": 12, "x": 0, - "y": 32 + "y": 33 }, "id": 8, "options": { @@ -823,6 +730,100 @@ ], "title": "IOps", "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "PBFA97CFB590B2093" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "MBs" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 33 + }, + "id": 12, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "PBFA97CFB590B2093" + }, + "editorMode": "builder", + "expr": "vm_NetworkTrafficCounterInMBs{SiteName=\"$SiteName\"}", + "interval": "", + "legendFormat": "{{VmName}}", + "range": true, + "refId": "A" + } + ], + "title": "Network Throughput", + "type": "timeseries" } ], "refresh": "30s", @@ -835,8 +836,8 @@ { "current": { "selected": false, - "text": "Sunrise Main", - "value": "Sunrise Main" + "text": "Kalida", + "value": "Kalida" }, "datasource": { "type": "prometheus",