diff --git a/SNSKY_Dashboard_v2.json b/SNSKY_Dashboard_v2.json index 2292d15..03338d4 100644 --- a/SNSKY_Dashboard_v2.json +++ b/SNSKY_Dashboard_v2.json @@ -25,7 +25,7 @@ "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, - "id": 11, + "id": 2, "links": [ { "icon": "external link", @@ -42,23 +42,33 @@ "url": "https://cexplorer.io/pool/pool1qa2h3hha0m5he0429ym7tqvsn89nsddvn7wgkx3v8g6hsstdzc0/" } ], - "liveNow": false, "panels": [ { - "bgColor": "rgb(7, 22, 36)", - "clockType": "24 hour", - "countdownSettings": { - "endCountdownTime": "2020-05-15T12:54:00.000Z", - "endText": "00:00:00" - }, "datasource": { - "type": "prometheus" + "uid": "eewhw61mgfeo0a" }, - "dateSettings": { - "dateFormat": "MMM-DD-YYYY", - "fontSize": "20px", - "fontWeight": "bold", - "showDate": true + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "dark-blue", + "value": 80 + } + ] + }, + "unit": "dateTimeAsIso" + }, + "overrides": [] }, "gridPos": { "h": 4, @@ -67,51 +77,35 @@ "y": 0 }, "id": 53, - "mode": "time", "options": { - "bgColor": "rgb(0, 0, 0)", - "clockType": "24 hour", - "countdownSettings": { - "endCountdownTime": "2020-07-02T21:54:45+03:00", - "endText": "00:00:00" - }, - "dateSettings": { - "dateFormat": "YYYY MMM DD", - "fontSize": "14px", - "fontWeight": "normal", - "locale": "", - "showDate": true - }, - "mode": "time", - "timeSettings": { - "fontSize": "26px", - "fontWeight": "bold" - }, - "timezone": "", - "timezoneSettings": { - "fontSize": "12px", - "fontWeight": "normal", - "showTimezone": true, - "zoneFormat": "offset" - } - }, - "pluginVersion": "7.5.4", - "refreshSettings": { - "syncWithDashboard": true - }, - "timeSettings": { - "customFormat": "HH:mm:ss", - "fontSize": "60px", - "fontWeight": "normal" - }, - "timezone": "America/New_York", - "timezoneSettings": { - "fontSize": "12px", - "fontWeight": "bold", - "showTimezone": false, - "zoneFormat": "offsetAbbv" + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "auto", + "percentChangeColorMode": "standard", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "type": "grafana-clock-panel" + "pluginVersion": "12.1.1", + "targets": [ + { + "editorMode": "code", + "expr": "time() * 1000", + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "DateTime", + "type": "stat" }, { "datasource": { @@ -133,7 +127,7 @@ "steps": [ { "color": "dark-red", - "value": null + "value": 0 }, { "color": "semi-dark-red", @@ -160,13 +154,13 @@ "y": 0 }, "id": 151, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -174,10 +168,12 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": {}, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -199,7 +195,6 @@ } ], "title": "KES Key Rotation", - "transformations": [], "type": "stat" }, { @@ -232,7 +227,7 @@ "steps": [ { "color": "dark-red", - "value": null + "value": 0 }, { "color": "semi-dark-red", @@ -259,9 +254,10 @@ "y": 0 }, "id": 19, - "links": [], "maxDataPoints": 100, "options": { + "minVizHeight": 75, + "minVizWidth": 75, "orientation": "horizontal", "reduceOptions": { "calcs": [ @@ -272,9 +268,10 @@ }, "showThresholdLabels": false, "showThresholdMarkers": true, + "sizing": "auto", "text": {} }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -287,7 +284,6 @@ } ], "title": "KES Key : Days Left", - "transformations": [], "type": "gauge" }, { @@ -306,7 +302,7 @@ "steps": [ { "color": "dark-red", - "value": null + "value": 0 }, { "color": "dark-yellow", @@ -333,9 +329,10 @@ "y": 0 }, "id": 57, - "links": [], "maxDataPoints": 100, "options": { + "minVizHeight": 75, + "minVizWidth": 75, "orientation": "horizontal", "reduceOptions": { "calcs": [ @@ -346,19 +343,22 @@ }, "showThresholdLabels": false, "showThresholdMarkers": true, + "sizing": "auto", "text": {} }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { "datasource": { "type": "prometheus" }, + "editorMode": "code", "exemplar": true, - "expr": "(cardano_node_metrics_Forge_node_not_leader_int{alias=\"block-producer-node\"} + cardano_node_metrics_Forge_adopted_int{alias=\"block-producer-node\"}) / cardano_node_metrics_Forge_forge_about_to_lead_int{alias=\"block-producer-node\"} * 100", + "expr": "100 *\n(\n (\n increase(cardano_node_metrics_Forge_forge_about_to_lead_int{alias=\"block-producer-node\"}[$__range])\n - increase(cardano_node_metrics_Forge_node_not_leader_int{alias=\"block-producer-node\"}[$__range])\n )\n - increase(cardano_node_metrics_slotsMissedNum_int{alias=\"block-producer-node\"}[$__range])\n)\n/\nclamp_min(\n increase(cardano_node_metrics_Forge_forge_about_to_lead_int{alias=\"block-producer-node\"}[$__range])\n- increase(cardano_node_metrics_Forge_node_not_leader_int{alias=\"block-producer-node\"}[$__range])\n, 1)", "hide": false, "interval": "", "legendFormat": "{{none}}", + "range": true, "refId": "A" } ], @@ -395,7 +395,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 } ] }, @@ -410,9 +410,10 @@ "y": 0 }, "id": 149, - "links": [], "maxDataPoints": 100, "options": { + "minVizHeight": 75, + "minVizWidth": 75, "orientation": "horizontal", "reduceOptions": { "calcs": [ @@ -423,9 +424,10 @@ }, "showThresholdLabels": false, "showThresholdMarkers": true, + "sizing": "auto", "text": {} }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -438,7 +440,6 @@ } ], "title": "Current Epoch Progress", - "transformations": [], "type": "gauge" }, { @@ -463,7 +464,7 @@ "steps": [ { "color": "semi-dark-blue", - "value": null + "value": 0 } ] }, @@ -478,7 +479,6 @@ "y": 0 }, "id": 3, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", @@ -490,6 +490,7 @@ "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -497,10 +498,12 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": {}, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -513,7 +516,6 @@ } ], "title": "Epoch", - "transformations": [], "type": "stat" }, { @@ -529,7 +531,7 @@ "steps": [ { "color": "semi-dark-blue", - "value": null + "value": 0 } ] }, @@ -549,6 +551,7 @@ "graphMode": "area", "justifyMode": "center", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -556,15 +559,16 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": {}, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { "datasource": { "type": "prometheus" - }, "exemplar": true, "expr": "cexplorer_pledge/1000000", @@ -579,7 +583,6 @@ { "datasource": { "type": "prometheus" - }, "description": "Next Epoch", "fieldConfig": { @@ -593,7 +596,7 @@ "steps": [ { "color": "light-orange", - "value": null + "value": 0 }, { "color": "red", @@ -617,6 +620,7 @@ "graphMode": "none", "justifyMode": "center", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -624,16 +628,20 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": {}, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { + "editorMode": "code", "exemplar": true, "expr": "snsky_metrics_leaderSlots", "interval": "", "legendFormat": "Leader Slots", + "range": true, "refId": "A" } ], @@ -643,7 +651,6 @@ { "datasource": { "type": "prometheus" - }, "description": "", "fieldConfig": { @@ -660,7 +667,7 @@ "steps": [ { "color": "light-green", - "value": null + "value": 0 }, { "color": "light-yellow", @@ -683,11 +690,18 @@ "y": 4 }, "id": 150, - "interval": "", "options": { "displayMode": "lcd", + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": false + }, + "maxVizHeight": 300, "minVizHeight": 10, "minVizWidth": 0, + "namePlacement": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ @@ -697,9 +711,11 @@ "values": false }, "showUnfilled": true, - "text": {} + "sizing": "auto", + "text": {}, + "valueMode": "color" }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -742,7 +758,6 @@ { "datasource": { "type": "prometheus" - }, "description": "Connected peers to/from Core Node", "fieldConfig": { @@ -764,7 +779,7 @@ "steps": [ { "color": "dark-green", - "value": null + "value": 0 }, { "color": "semi-dark-yellow", @@ -787,13 +802,13 @@ "y": 4 }, "id": 98, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -801,14 +816,17 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": {}, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { + "editorMode": "code", "exemplar": true, - "expr": "cardano_node_metrics_peers_connectedPeers_int{alias=\"block-producer-node\"}", + "expr": "cardano_node_metrics_peerSelection_EstablishedPeers{alias=\"block-producer-node\"}", "format": "time_series", "instant": false, "interval": "", @@ -824,7 +842,6 @@ { "datasource": { "type": "prometheus" - }, "description": "", "fieldConfig": { @@ -846,7 +863,7 @@ "steps": [ { "color": "blue", - "value": null + "value": 0 } ] }, @@ -861,7 +878,6 @@ "y": 4 }, "id": 69, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", @@ -873,6 +889,7 @@ "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "sum" @@ -880,12 +897,15 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": {}, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { + "editorMode": "code", "expr": "cardano_node_metrics_txsProcessedNum_int{alias=\"block-producer-node\"}", "hide": false, "instant": true, @@ -900,7 +920,6 @@ { "datasource": { "type": "prometheus" - }, "description": "Core node uptime", "fieldConfig": { @@ -922,7 +941,7 @@ "steps": [ { "color": "blue", - "value": null + "value": 0 }, { "color": "#ffffffff", @@ -944,9 +963,7 @@ "x": 22, "y": 4 }, - "hideTimeOverride": true, "id": 45, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", @@ -958,6 +975,7 @@ "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "mean" @@ -965,10 +983,12 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": {}, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -989,7 +1009,6 @@ { "datasource": { "type": "prometheus" - }, "description": "", "fieldConfig": { @@ -1000,7 +1019,7 @@ "steps": [ { "color": "dark-blue", - "value": null + "value": 0 }, { "color": "super-light-green", @@ -1041,6 +1060,7 @@ "graphMode": "area", "justifyMode": "center", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -1048,15 +1068,16 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": {}, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { "datasource": { "type": "prometheus" - }, "exemplar": true, "expr": "round(cexplorer_stake_active/10000000)", @@ -1071,7 +1092,6 @@ { "datasource": { "type": "prometheus" - }, "description": "", "fieldConfig": { @@ -1085,7 +1105,7 @@ "steps": [ { "color": "light-orange", - "value": null + "value": 0 }, { "color": "red", @@ -1109,6 +1129,7 @@ "graphMode": "none", "justifyMode": "center", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -1116,15 +1137,16 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": {}, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { "datasource": { "type": "prometheus" - }, "exemplar": true, "expr": "cexplorer_blocks_epoch", @@ -1139,7 +1161,6 @@ { "datasource": { "type": "prometheus" - }, "description": "", "fieldConfig": { @@ -1156,7 +1177,7 @@ "steps": [ { "color": "light-green", - "value": null + "value": 0 }, { "color": "light-yellow", @@ -1179,11 +1200,18 @@ "y": 7 }, "id": 87, - "interval": "", "options": { "displayMode": "lcd", + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": false + }, + "maxVizHeight": 300, "minVizHeight": 10, "minVizWidth": 0, + "namePlacement": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ @@ -1193,9 +1221,11 @@ "values": false }, "showUnfilled": true, - "text": {} + "sizing": "auto", + "text": {}, + "valueMode": "color" }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -1334,7 +1364,6 @@ { "datasource": { "type": "prometheus" - }, "description": "Connected peers to/from Relay 1", "fieldConfig": { @@ -1356,7 +1385,7 @@ "steps": [ { "color": "dark-red", - "value": null + "value": 0 }, { "color": "semi-dark-yellow", @@ -1379,13 +1408,13 @@ "y": 7 }, "id": 142, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -1393,14 +1422,17 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": {}, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { + "editorMode": "code", "exemplar": true, - "expr": "cardano_node_metrics_peers_connectedPeers_int{alias=\"relaynode1\"}", + "expr": "cardano_node_metrics_peerSelection_EstablishedPeers{alias=\"relaynode1\"}", "format": "time_series", "instant": false, "interval": "", @@ -1410,16 +1442,19 @@ "step": 20 }, { + "editorMode": "code", "exemplar": true, - "expr": "cardano_node_metrics_peers_connectedPeers_int{alias=\"relaynode2\"}", + "expr": "cardano_node_metrics_peerSelection_EstablishedPeers{alias=\"relaynode2\"}", "hide": false, "interval": "", "legendFormat": "Relay2", + "range": true, "refId": "B" }, { + "editorMode": "code", "exemplar": true, - "expr": "cardano_node_metrics_peers_connectedPeers_int{alias=\"relaynode3\"}", + "expr": "cardano_node_metrics_peerSelection_EstablishedPeers{alias=\"relaynode3\"}", "hide": false, "instant": false, "interval": "", @@ -1427,11 +1462,13 @@ "refId": "C" }, { + "editorMode": "code", "exemplar": true, - "expr": "cardano_node_metrics_peers_connectedPeers_int{alias=\"relaynode4\"}", + "expr": "cardano_node_metrics_peerSelection_EstablishedPeers{alias=\"relaynode4\"}", "hide": false, "interval": "", "legendFormat": "Relay4", + "range": true, "refId": "D" } ], @@ -1441,7 +1478,6 @@ { "datasource": { "type": "prometheus" - }, "description": "", "fieldConfig": { @@ -1463,7 +1499,7 @@ "steps": [ { "color": "blue", - "value": null + "value": 0 } ] }, @@ -1478,7 +1514,6 @@ "y": 7 }, "id": 70, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", @@ -1490,6 +1525,7 @@ "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "sum" @@ -1497,12 +1533,17 @@ "fields": "", "values": false }, - "text": {}, - "textMode": "auto" + "showPercentChange": false, + "text": { + "valueSize": 41 + }, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { + "editorMode": "code", "exemplar": true, "expr": "cardano_node_metrics_txsProcessedNum_int{alias=\"relaynode1\"}", "hide": false, @@ -1512,6 +1553,7 @@ "refId": "A" }, { + "editorMode": "code", "exemplar": true, "expr": "cardano_node_metrics_txsProcessedNum_int{alias=\"relaynode2\"}", "hide": false, @@ -1543,7 +1585,6 @@ { "datasource": { "type": "prometheus" - }, "description": "Relay node 1 uptime", "fieldConfig": { @@ -1565,7 +1606,7 @@ "steps": [ { "color": "blue", - "value": null + "value": 0 }, { "color": "super-light-blue", @@ -1587,9 +1628,7 @@ "x": 22, "y": 7 }, - "hideTimeOverride": true, "id": 89, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", @@ -1601,6 +1640,7 @@ "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -1608,10 +1648,12 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": {}, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -1656,7 +1698,6 @@ { "datasource": { "type": "prometheus" - }, "fieldConfig": { "defaults": { @@ -1666,7 +1707,7 @@ "steps": [ { "color": "semi-dark-blue", - "value": null + "value": 0 }, { "color": "#6ED0E0", @@ -1694,6 +1735,7 @@ "graphMode": "area", "justifyMode": "center", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -1701,15 +1743,16 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": {}, - "textMode": "value" + "textMode": "value", + "wideLayout": true }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { "datasource": { "type": "prometheus" - }, "exemplar": true, "expr": "cexplorer_delegators", @@ -1724,7 +1767,6 @@ { "datasource": { "type": "prometheus" - }, "description": "", "fieldConfig": { @@ -1738,7 +1780,7 @@ "steps": [ { "color": "light-orange", - "value": null + "value": 0 }, { "color": "red", @@ -1762,6 +1804,7 @@ "graphMode": "none", "justifyMode": "center", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -1769,15 +1812,16 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": {}, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { "datasource": { "type": "prometheus" - }, "exemplar": true, "expr": "cexplorer_blocks_lifetime", @@ -1792,7 +1836,6 @@ { "datasource": { "type": "prometheus" - }, "description": "", "fieldConfig": { @@ -1803,7 +1846,7 @@ "steps": [ { "color": "dark-blue", - "value": null + "value": 0 }, { "color": "super-light-green", @@ -1831,6 +1874,7 @@ "graphMode": "area", "justifyMode": "center", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -1838,15 +1882,16 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": {}, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { "datasource": { "type": "prometheus" - }, "exemplar": true, "expr": "cexplorer_roa_lifetime", @@ -1861,7 +1906,6 @@ { "datasource": { "type": "prometheus" - }, "description": "", "fieldConfig": { @@ -1872,7 +1916,7 @@ "steps": [ { "color": "dark-green", - "value": null + "value": 0 }, { "color": "#EAB839", @@ -1904,6 +1948,7 @@ "graphMode": "none", "justifyMode": "center", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -1911,15 +1956,16 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": {}, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "8.5.2", + "pluginVersion": "12.1.1", "targets": [ { "datasource": { "type": "prometheus" - }, "exemplar": true, "expr": "cexplorer_position", @@ -1932,58 +1978,90 @@ "type": "stat" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": { "type": "prometheus" - }, - "decimals": 2, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 30, + "gradientMode": "opacity", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" }, "overrides": [] }, - "fill": 1, - "fillGradient": 3, "gridPos": { "h": 5, "w": 8, "x": 0, "y": 15 }, - "hiddenSeries": false, "id": 18, - "legend": { - "alignAsTable": true, - "avg": false, - "current": true, - "max": false, - "min": false, - "rightSide": true, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.5.2", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, + "alertThreshold": true, + "legend": { + "calcs": [ + "lastNotNull" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -2025,98 +2103,99 @@ "refId": "E" } ], - "thresholds": [], - "timeRegions": [], "title": "Chain Density", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "transformations": [], - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:145", - "format": "short", - "logBase": 1, - "show": true - }, - { - "$$hashKey": "object:146", - "format": "short", - "logBase": 1, - "show": true - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": { "type": "prometheus" - }, - "decimals": 0, "description": "", "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "opacity", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "locale" }, "overrides": [] }, - "fill": 1, - "fillGradient": 1, "gridPos": { "h": 5, "w": 8, "x": 8, "y": 15 }, - "hiddenSeries": false, "id": 97, - "legend": { - "alignAsTable": true, - "avg": false, - "current": true, - "max": false, - "min": false, - "rightSide": true, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.5.2", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, + "alertThreshold": true, + "legend": { + "calcs": [ + "lastNotNull" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "12.1.1", "targets": [ { "datasource": { "type": "prometheus" - }, "exemplar": true, "expr": "cardano_node_metrics_blockNum_int{alias=\"block-producer-node\"}", @@ -2127,7 +2206,6 @@ { "datasource": { "type": "prometheus" - }, "exemplar": true, "expr": "cardano_node_metrics_blockNum_int{alias=\"relaynode1\"}", @@ -2160,98 +2238,98 @@ "refId": "E" } ], - "thresholds": [], - "timeRegions": [], "title": "Block height", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:505", - "format": "locale", - "label": "", - "logBase": 1, - "show": true - }, - { - "$$hashKey": "object:506", - "format": "short", - "label": "JWS_S1_Relay1", - "logBase": 1, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": { "type": "prometheus" - }, - "decimals": 0, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "opacity", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "locale" }, "overrides": [] }, - "fill": 1, - "fillGradient": 1, "gridPos": { "h": 5, "w": 8, "x": 16, "y": 15 }, - "hiddenSeries": false, "id": 80, - "legend": { - "alignAsTable": true, - "avg": false, - "current": true, - "max": false, - "min": false, - "rightSide": true, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.5.2", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, + "alertThreshold": true, + "legend": { + "calcs": [ + "lastNotNull" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "12.1.1", "targets": [ { "datasource": { "type": "prometheus" - }, "exemplar": true, "expr": "cardano_node_metrics_slotNum_int{alias=\"block-producer-node\"}", @@ -2294,112 +2372,158 @@ "refId": "E" } ], - "thresholds": [], - "timeRegions": [], "title": "Slot Height", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:337", - "format": "locale", - "label": "", - "logBase": 1, - "show": true - }, - { - "$$hashKey": "object:338", - "format": "short", - "label": "JWS_S1_Relay1", - "logBase": 1, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": { "type": "prometheus" - }, "fieldConfig": { "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "Load", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 20, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 0, "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, "unit": "%" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Load 1m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#8AB8FF", + "mode": "fixed" + } + }, + { + "id": "custom.fillOpacity", + "value": 100 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Load 5m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#FFEE52", + "mode": "fixed" + } + }, + { + "id": "custom.fillOpacity", + "value": 60 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Load 15m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#C4162A", + "mode": "fixed" + } + }, + { + "id": "custom.fillOpacity", + "value": 60 + } + ] + } + ] }, - "fill": 2, - "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 20 }, - "hiddenSeries": false, "id": 51, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "max": true, - "min": true, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], "maxPerRow": 6, - "nullPointMode": "null", "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.5.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "$$hashKey": "object:1050", - "alias": "Load 1m", - "color": "#8AB8FF", - "fillGradient": 10 - }, - { - "$$hashKey": "object:1051", - "alias": "Load 5m", - "color": "#FFEE52", - "fill": 6 - }, - { - "$$hashKey": "object:1052", - "alias": "Load 15m", - "color": "#C4162A", - "fill": 6 + "alertThreshold": true, + "legend": { + "calcs": [ + "mean", + "lastNotNull", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, + }, + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -2432,113 +2556,158 @@ "step": 480 } ], - "thresholds": [], - "timeRegions": [], "title": "System Load (Core Node)", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:1077", - "decimals": 0, - "format": "%", - "label": "Load", - "logBase": 1, - "min": "0", - "show": true - }, - { - "$$hashKey": "object:1078", - "format": "short", - "logBase": 1, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": { "type": "prometheus" - }, "fieldConfig": { "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "Load", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 20, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 0, "links": [], - "unit": "%" - }, - "overrides": [] - }, - "fill": 2, - "fillGradient": 0, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "%" + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Load 1m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#8AB8FF", + "mode": "fixed" + } + }, + { + "id": "custom.fillOpacity", + "value": 100 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Load 5m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#FFEE52", + "mode": "fixed" + } + }, + { + "id": "custom.fillOpacity", + "value": 60 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Load 15m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#C4162A", + "mode": "fixed" + } + }, + { + "id": "custom.fillOpacity", + "value": 60 + } + ] + } + ] + }, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 20 }, - "hiddenSeries": false, "id": 90, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "max": true, - "min": true, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], "maxPerRow": 6, - "nullPointMode": "null", "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.5.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "$$hashKey": "object:942", - "alias": "Load 1m", - "color": "#8AB8FF", - "fillGradient": 10 - }, - { - "$$hashKey": "object:943", - "alias": "Load 5m", - "color": "#FFEE52", - "fill": 6 - }, - { - "$$hashKey": "object:944", - "alias": "Load 15m", - "color": "#C4162A", - "fill": 6 + "alertThreshold": true, + "legend": { + "calcs": [ + "mean", + "lastNotNull", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, + }, + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -2641,117 +2810,171 @@ "refId": "L" } ], - "thresholds": [], - "timeRegions": [], "title": "System Load (Relay Node)", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:969", - "decimals": 0, - "format": "%", - "label": "Load", - "logBase": 1, - "min": "0", - "show": true - }, - { - "$$hashKey": "object:970", - "format": "short", - "logBase": 1, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": { "type": "prometheus" - }, "description": "", "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "Seconds", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 20, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "s" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/.*Variation*./" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#890F02", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Max. Error (s)" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#8AB8FF", + "mode": "fixed" + } + }, + { + "id": "custom.fillOpacity", + "value": 100 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Est. error(s)" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#FFEE52", + "mode": "fixed" + } + }, + { + "id": "custom.fillOpacity", + "value": 100 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Offset: Node vs. Ref." + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#8F3BB8", + "mode": "fixed" + } + }, + { + "id": "custom.fillOpacity", + "value": 70 + } + ] + } + ] }, - "fill": 2, - "fillGradient": 0, "gridPos": { "h": 5, "w": 12, "x": 0, "y": 26 }, - "hiddenSeries": false, "id": 47, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "max": true, - "min": true, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.5.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "$$hashKey": "object:561", - "alias": "/.*Variation*./", - "color": "#890F02" - }, - { - "$$hashKey": "object:562", - "alias": "Max. Error (s)", - "color": "#8AB8FF", - "fillGradient": 10 - }, - { - "$$hashKey": "object:563", - "alias": "Est. error(s)", - "color": "#FFEE52", - "fill": 10 - }, - { - "$$hashKey": "object:564", - "alias": "Offset: Node vs. Ref.", - "color": "#8F3BB8", - "fillGradient": 7 + "alertThreshold": true, + "legend": { + "calcs": [ + "mean", + "lastNotNull", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, + }, + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -2787,115 +3010,195 @@ "step": 240 } ], - "thresholds": [], - "timeRegions": [], "title": "Time Synchronization (Core Node)", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:595", - "format": "s", - "label": "Seconds", - "logBase": 1, - "show": true - }, - { - "$$hashKey": "object:596", - "format": "short", - "logBase": 1, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": { "type": "prometheus" - }, "description": "", "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "Seconds", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 20, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "s" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/.*Variation*./" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#890F02", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Max. Error (s)" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#FFB357", + "mode": "fixed" + } + }, + { + "id": "custom.fillOpacity", + "value": 100 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Est. error(s)" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#FFEE52", + "mode": "fixed" + } + }, + { + "id": "custom.fillOpacity", + "value": 100 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Offset: Node vs. Ref." + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#8F3BB8", + "mode": "fixed" + } + }, + { + "id": "custom.fillOpacity", + "value": 70 + } + ] + }, + { + "__systemRef": "hideSeriesFrom", + "matcher": { + "id": "byNames", + "options": { + "mode": "exclude", + "names": [ + "Max. Error (s)" + ], + "prefix": "All except:", + "readOnly": true + } + }, + "properties": [ + { + "id": "custom.hideFrom", + "value": { + "legend": false, + "tooltip": false, + "viz": true + } + } + ] + } + ] }, - "fill": 2, - "fillGradient": 0, "gridPos": { "h": 5, "w": 12, "x": 12, "y": 26 }, - "hiddenSeries": false, "id": 94, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "max": true, - "min": true, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.5.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "$$hashKey": "object:676", - "alias": "/.*Variation*./", - "color": "#890F02" - }, - { - "$$hashKey": "object:677", - "alias": "Max. Error (s)", - "color": "#FFB357", - "fillGradient": 10 - }, - { - "$$hashKey": "object:678", - "alias": "Est. error(s)", - "color": "#FFEE52", - "fill": 10 - }, - { - "$$hashKey": "object:679", - "alias": "Offset: Node vs. Ref.", - "color": "#8F3BB8", - "fillGradient": 7 + "alertThreshold": true, + "legend": { + "calcs": [ + "mean", + "lastNotNull", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, + }, + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -2931,115 +3234,195 @@ "step": 240 } ], - "thresholds": [], - "timeRegions": [], "title": "Time Synchronization (Relay1 Node)", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:710", - "format": "s", - "label": "Seconds", - "logBase": 1, - "show": true - }, - { - "$$hashKey": "object:711", - "format": "short", - "logBase": 1, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": { "type": "prometheus" - }, "description": "", "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "Seconds", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 20, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "s" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/.*Variation*./" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#890F02", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Max. Error (s)" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#FFB357", + "mode": "fixed" + } + }, + { + "id": "custom.fillOpacity", + "value": 100 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Est. error(s)" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#FFEE52", + "mode": "fixed" + } + }, + { + "id": "custom.fillOpacity", + "value": 100 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Offset: Node vs. Ref." + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#8F3BB8", + "mode": "fixed" + } + }, + { + "id": "custom.fillOpacity", + "value": 70 + } + ] + }, + { + "__systemRef": "hideSeriesFrom", + "matcher": { + "id": "byNames", + "options": { + "mode": "exclude", + "names": [ + "Max. Error (s)" + ], + "prefix": "All except:", + "readOnly": true + } + }, + "properties": [ + { + "id": "custom.hideFrom", + "value": { + "legend": false, + "tooltip": false, + "viz": true + } + } + ] + } + ] }, - "fill": 2, - "fillGradient": 0, "gridPos": { "h": 5, "w": 12, "x": 0, "y": 31 }, - "hiddenSeries": false, "id": 160, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "max": true, - "min": true, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.5.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "$$hashKey": "object:676", - "alias": "/.*Variation*./", - "color": "#890F02" - }, - { - "$$hashKey": "object:677", - "alias": "Max. Error (s)", - "color": "#FFB357", - "fillGradient": 10 - }, - { - "$$hashKey": "object:678", - "alias": "Est. error(s)", - "color": "#FFEE52", - "fill": 10 - }, - { - "$$hashKey": "object:679", - "alias": "Offset: Node vs. Ref.", - "color": "#8F3BB8", - "fillGradient": 7 + "alertThreshold": true, + "legend": { + "calcs": [ + "mean", + "lastNotNull", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, + }, + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -3075,88 +3458,95 @@ "step": 240 } ], - "thresholds": [], - "timeRegions": [], "title": "Time Synchronization (Relay2 Node)", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:710", - "format": "s", - "label": "Seconds", - "logBase": 1, - "show": true - }, - { - "$$hashKey": "object:711", - "format": "short", - "logBase": 1, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": { "type": "prometheus" - }, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 100, + "gradientMode": "opacity", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 1, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "none" }, "overrides": [] }, - "fill": 1, - "fillGradient": 10, "gridPos": { "h": 5, "w": 12, "x": 12, "y": 31 }, - "hiddenSeries": false, "id": 28, - "legend": { - "avg": false, - "current": true, - "max": false, - "min": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.5.2", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, + "alertThreshold": true, + "legend": { + "calcs": [ + "lastNotNull" + ], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -3198,90 +3588,96 @@ "refId": "E" } ], - "thresholds": [], - "timeRegions": [], "title": "Block Sync Speed (blocks / min)", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:387", - "decimals": 1, - "format": "none", - "logBase": 1, - "show": true - }, - { - "$$hashKey": "object:388", - "format": "short", - "logBase": 1, - "show": true - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": { "type": "prometheus" - }, "description": "", "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 1, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "%" }, "overrides": [] }, - "fill": 1, - "fillGradient": 0, "gridPos": { "h": 5, "w": 12, "x": 0, "y": 36 }, - "hiddenSeries": false, "id": 24, - "interval": "", - "legend": { - "avg": false, - "current": true, - "max": false, - "min": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.5.2", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, + "alertThreshold": true, + "legend": { + "calcs": [ + "lastNotNull" + ], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -3318,95 +3714,102 @@ { "exemplar": true, "expr": "(1 - (node_memory_MemAvailable_bytes{alias=\"relaynode4\"} / (node_memory_MemTotal_bytes{alias=\"relaynode4\"})))* 100", - "hide": false, - "interval": "", - "legendFormat": "Relay4", - "refId": "E" - } - ], - "thresholds": [], - "timeRegions": [], - "title": "Memory Utilization ", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:807", - "decimals": 1, - "format": "%", - "logBase": 1, - "show": true - }, - { - "$$hashKey": "object:808", - "format": "short", - "logBase": 1, - "show": true + "hide": false, + "interval": "", + "legendFormat": "Relay4", + "refId": "E" } ], - "yaxis": { - "align": false - } + "title": "Memory Utilization ", + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": { "type": "prometheus" - }, "description": "Counts only memory that is physically free (from OS, in MBytes)", "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "decmbytes" }, "overrides": [] }, - "fill": 1, - "fillGradient": 0, "gridPos": { "h": 5, "w": 12, "x": 12, "y": 36 }, - "hiddenSeries": false, "id": 135, - "legend": { - "avg": false, - "current": true, - "max": false, - "min": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.5.2", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, + "alertThreshold": true, + "legend": { + "calcs": [ + "lastNotNull" + ], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -3448,94 +3851,100 @@ "refId": "E" } ], - "thresholds": [], - "timeRegions": [], "title": "Peak Memory Allocated", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:985", - "decimals": 2, - "format": "decmbytes", - "logBase": 1, - "show": true - }, - { - "$$hashKey": "object:986", - "format": "short", - "logBase": 1, - "show": true - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": { "type": "prometheus" - }, "description": "current", "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 0, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "tx" }, "overrides": [] }, - "fill": 1, - "fillGradient": 0, "gridPos": { "h": 5, "w": 12, "x": 0, "y": 41 }, - "hiddenSeries": false, "id": 59, - "legend": { - "avg": false, - "current": true, - "max": false, - "min": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.5.2", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, + "alertThreshold": true, + "legend": { + "calcs": [ + "lastNotNull" + ], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "12.1.1", "targets": [ { "datasource": { "type": "prometheus" - }, "exemplar": true, "expr": "cardano_node_metrics_txsInMempool_int{alias=\"block-producer-node\"}", @@ -3576,94 +3985,99 @@ "refId": "E" } ], - "thresholds": [], - "timeRegions": [], "title": "Mempool Transactions", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:1163", - "decimals": 0, - "format": "tx", - "logBase": 1, - "show": true - }, - { - "$$hashKey": "object:1164", - "format": "short", - "logBase": 1, - "show": true - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": { "type": "prometheus" - }, "description": "Amount of live data, MBytes", "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "decmbytes" }, "overrides": [] }, - "fill": 1, - "fillGradient": 0, "gridPos": { "h": 5, "w": 12, "x": 12, "y": 41 }, - "hiddenSeries": false, "id": 32, - "legend": { - "avg": false, - "current": true, - "max": false, - "min": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.5.2", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, + "alertThreshold": true, + "legend": { + "calcs": [ + "lastNotNull" + ], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "12.1.1", "targets": [ { "datasource": { "type": "prometheus" - }, "exemplar": true, "expr": "rts_gc_max_bytes_used{alias=\"block-producer-node\"} /(1024*1024)", @@ -3688,93 +4102,99 @@ "refId": "C" } ], - "thresholds": [], - "timeRegions": [], "title": "Max \"Residency\"", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:1682", - "format": "decmbytes", - "logBase": 1, - "show": true - }, - { - "$$hashKey": "object:1683", - "format": "short", - "logBase": 1, - "show": true - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": { "type": "prometheus" - }, "description": "", "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "decmbytes" }, "overrides": [] }, - "fill": 1, - "fillGradient": 0, "gridPos": { "h": 5, "w": 12, "x": 0, "y": 46 }, - "hiddenSeries": false, "id": 37, - "legend": { - "avg": false, - "current": true, - "max": false, - "min": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.5.2", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, + "alertThreshold": true, + "legend": { + "calcs": [ + "lastNotNull" + ], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "12.1.1", "targets": [ { "datasource": { "type": "prometheus" - }, "exemplar": true, "expr": "rts_gc_current_bytes_used{alias=\"block-producer-node\"}/(1024*1024)", @@ -3815,94 +4235,100 @@ "refId": "E" } ], - "thresholds": [], - "timeRegions": [], "title": "Current \"Residency\" (amount of live data)", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:1334", - "format": "decmbytes", - "logBase": 1, - "show": true - }, - { - "$$hashKey": "object:1335", - "format": "short", - "logBase": 1, - "show": true - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": { "type": "prometheus" - }, - "decimals": 0, "description": "", "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "decmbytes" }, "overrides": [] }, - "fill": 1, - "fillGradient": 0, "gridPos": { "h": 5, "w": 12, "x": 12, "y": 46 }, - "hiddenSeries": false, "id": 30, - "legend": { - "avg": false, - "current": true, - "max": false, - "min": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.5.2", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, + "alertThreshold": true, + "legend": { + "calcs": [ + "lastNotNull" + ], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "12.1.1", "targets": [ { "datasource": { "type": "prometheus" - }, "exemplar": true, "expr": "(cardano_node_metrics_Mem_resident_int{alias=\"block-producer-node\"}*4096)/(1024*1024)", @@ -3943,91 +4369,96 @@ "refId": "E" } ], - "thresholds": [], - "timeRegions": [], "title": "RSS (allocated memory in RAM)", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:2022", - "decimals": 2, - "format": "decmbytes", - "label": "", - "logBase": 1, - "show": true - }, - { - "$$hashKey": "object:2023", - "format": "short", - "logBase": 1, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": { "type": "prometheus" - }, "description": "1 hour rolling window", "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 1, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "decbytes" }, "overrides": [] }, - "fill": 1, - "fillGradient": 0, "gridPos": { "h": 5, "w": 12, "x": 0, "y": 51 }, - "hiddenSeries": false, "id": 63, - "interval": "", - "legend": { - "avg": false, - "current": true, - "max": false, - "min": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.5.2", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, + "alertThreshold": true, + "legend": { + "calcs": [ + "lastNotNull" + ], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "12.1.1", "targets": [ { "exemplar": true, @@ -4069,97 +4500,99 @@ "refId": "E" } ], - "thresholds": [], - "timeRegions": [], "title": "Aggregate Data Transfer", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:1512", - "decimals": 1, - "format": "decbytes", - "label": "", - "logBase": 1, - "show": true - }, - { - "$$hashKey": "object:1513", - "format": "short", - "label": "", - "logBase": 1, - "show": true - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": { "type": "prometheus" - }, "description": "", "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "none" }, "overrides": [] }, - "fill": 1, - "fillGradient": 0, "gridPos": { "h": 5, "w": 12, "x": 12, "y": 51 }, - "hiddenSeries": false, "id": 64, - "interval": "", - "legend": { - "avg": false, - "current": true, - "max": false, - "min": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.5.2", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, + "alertThreshold": true, + "legend": { + "calcs": [ + "lastNotNull" + ], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "12.1.1", "targets": [ { "datasource": { "type": "prometheus" - }, "exemplar": true, "expr": "node_filefd_allocated{alias=\"block-producer-node\"}", @@ -4200,48 +4633,19 @@ "refId": "E" } ], - "thresholds": [], - "timeRegions": [], "title": "File Descriptors", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:1852", - "format": "none", - "logBase": 1, - "show": true - }, - { - "$$hashKey": "object:1853", - "format": "short", - "logBase": 1, - "show": true - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" } ], + "preload": false, "refresh": "10s", - "schemaVersion": 36, - "style": "dark", + "schemaVersion": 41, "tags": [], "templating": { "list": [] }, "time": { - "from": "now-3h", + "from": "now-5m", "to": "now" }, "timepicker": { @@ -4255,22 +4659,10 @@ "1h", "2h", "1d" - ], - "time_options": [ - "5m", - "15m", - "1h", - "6h", - "12h", - "24h", - "2d", - "7d", - "30d" ] }, "timezone": "", "title": "SNSKY Pool", "uid": "SNSKYPOOL", - "version": 5, - "weekStart": "" -} + "version": 7 +} \ No newline at end of file