diff --git a/metrics/provisioning/grafana/dashboards/common_dashboards/ethereum_metrics_exporter.json b/metrics/provisioning/grafana/dashboards/common_dashboards/ethereum_metrics_exporter.json index 5a628c1f01..a9b23d04e1 100644 --- a/metrics/provisioning/grafana/dashboards/common_dashboards/ethereum_metrics_exporter.json +++ b/metrics/provisioning/grafana/dashboards/common_dashboards/ethereum_metrics_exporter.json @@ -1,53 +1,4 @@ { - "__inputs": [ - { - "name": "DS_PROMETHEUS", - "label": "Prometheus", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__elements": {}, - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "9.3.1" - }, - { - "type": "panel", - "id": "heatmap", - "name": "Heatmap", - "version": "" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "stat", - "name": "Stat", - "version": "" - }, - { - "type": "panel", - "id": "table", - "name": "Table", - "version": "" - }, - { - "type": "panel", - "id": "timeseries", - "name": "Time series", - "version": "" - } - ], "annotations": { "list": [ { @@ -73,17 +24,12 @@ "description": "Companion dashboard for https://github.com/samcm/ethereum-metrics-exporter", "editable": true, "fiscalYearStartMonth": 0, - "gnetId": 16277, "graphTooltip": 0, - "id": null, + "id": 11, "links": [], - "liveNow": false, "panels": [ { - "datasource": { - "type": "prometheus", - "uid": "ndvLBM54z" - }, + "collapsed": false, "gridPos": { "h": 1, "w": 24, @@ -91,6 +37,7 @@ "y": 0 }, "id": 5, + "panels": [], "title": "Overview", "type": "row" }, @@ -104,13 +51,26 @@ "color": { "mode": "thresholds" }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "filterable": true, + "footer": { + "reducers": [] + }, + "inspect": false, + "wrapHeaderText": false, + "wrapText": false + }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -123,42 +83,60 @@ "overrides": [] }, "gridPos": { - "h": 4, - "w": 9, + "h": 5, + "w": 15, "x": 0, "y": 1 }, "id": 10, "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "textMode": "name" + "cellHeight": "sm", + "enablePagination": false, + "showHeader": true, + "sortBy": [ + { + "desc": false, + "displayName": "version" + } + ] }, - "pluginVersion": "9.3.1", + "pluginVersion": "12.2.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "prom-001" }, - "exemplar": true, - "expr": "max by (version)(eth_exe_web3_client_version{instance=~\"$instance\"})", + "editorMode": "code", + "exemplar": false, + "expr": "max by (instance, client, version)(eth_exe_web3_client_version{instance=~\"$instance\"})", + "format": "table", + "instant": true, "interval": "", "legendFormat": "{{ version }}", + "range": false, "refId": "A" } ], "title": "Execution Client", - "type": "stat" + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "Time": true, + "Value": true + }, + "includeByName": {}, + "indexByName": {}, + "orderByMode": "manual", + "renameByName": { + "instance": "Instance" + } + } + } + ], + "type": "table" }, { "datasource": { @@ -167,13 +145,27 @@ }, "fieldConfig": { "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "filterable": true, + "footer": { + "reducers": [] + }, + "inspect": false + }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -188,40 +180,55 @@ "gridPos": { "h": 5, "w": 9, - "x": 9, + "x": 15, "y": 1 }, "id": 29, "options": { - "colorMode": "none", - "graphMode": "none", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "textMode": "name" + "cellHeight": "sm", + "showHeader": true }, - "pluginVersion": "9.3.1", + "pluginVersion": "12.2.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "prom-001" }, - "exemplar": true, + "editorMode": "code", + "exemplar": false, "expr": "eth_con_spec_config_name{instance=~\"$instance\"}", + "format": "table", + "instant": true, "interval": "", "legendFormat": "{{ name }}", + "range": false, "refId": "A" } ], "title": "Consensus Config", - "type": "stat" + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "Time": true, + "Value": true, + "__name__": true, + "job": true, + "module": true, + "node": true + }, + "includeByName": {}, + "indexByName": {}, + "renameByName": { + "instance": "Instance", + "name": "config" + } + } + } + ], + "type": "table" }, { "datasource": { @@ -230,13 +237,27 @@ }, "fieldConfig": { "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "filterable": true, + "footer": { + "reducers": [] + }, + "inspect": false + }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -244,47 +265,64 @@ } ] }, - "unit": "short" + "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, - "w": 6, - "x": 18, - "y": 1 + "w": 15, + "x": 0, + "y": 6 }, - "id": 40, + "id": 31, "options": { - "colorMode": "none", - "graphMode": "none", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "textMode": "name" + "cellHeight": "sm", + "enablePagination": false, + "showHeader": true, + "sortBy": [ + { + "desc": true, + "displayName": "instance" + } + ] }, - "pluginVersion": "9.3.1", + "pluginVersion": "12.2.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "prom-001" }, - "exemplar": true, - "expr": "eth_con_fork_current{instance=~\"$instance\"}", + "editorMode": "code", + "exemplar": false, + "expr": "max by (instance, client, version) (\n eth_con_node_version{instance=~\"$instance\"}\n)", + "format": "table", + "instant": true, "interval": "", - "legendFormat": "{{ fork }}", + "legendFormat": "{{ version }}", + "range": false, "refId": "A" } ], - "title": "Consensus Fork", - "type": "stat" + "title": "Consensus Client", + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "Time": true, + "Value": true + }, + "includeByName": {}, + "indexByName": {}, + "renameByName": { + "instance": "Instance" + } + } + } + ], + "type": "table" }, { "datasource": { @@ -296,13 +334,24 @@ "color": { "mode": "thresholds" }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "filterable": true, + "footer": { + "reducers": [] + }, + "inspect": false + }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -310,47 +359,61 @@ } ] }, - "unit": "none" + "unit": "short" }, "overrides": [] }, "gridPos": { - "h": 5, + "h": 4, "w": 9, - "x": 0, - "y": 5 + "x": 15, + "y": 6 }, - "id": 31, + "id": 30, "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "textMode": "name" + "cellHeight": "sm", + "showHeader": true }, - "pluginVersion": "9.3.1", + "pluginVersion": "12.2.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "prom-001" }, - "exemplar": true, - "expr": "max by (version)(eth_con_node_version{instance=~\"$instance\"})", + "editorMode": "code", + "exemplar": false, + "expr": "eth_con_spec_preset_base{instance=~\"$instance\"}", + "format": "table", + "instant": true, "interval": "", - "legendFormat": "{{ version }}", + "legendFormat": "{{ preset }}", + "range": false, "refId": "A" } ], - "title": "Consensus Client", - "type": "stat" + "title": "Consensus Preset", + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "Time": true, + "Value": true, + "__name__": true, + "job": true, + "module": true, + "node": true + }, + "includeByName": {}, + "indexByName": {}, + "renameByName": { + "instance": "Instance" + } + } + } + ], + "type": "table" }, { "datasource": { @@ -362,13 +425,24 @@ "color": { "mode": "thresholds" }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "filterable": true, + "footer": { + "reducers": [] + }, + "inspect": false + }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -376,47 +450,71 @@ } ] }, - "unit": "none" + "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, - "w": 3, - "x": 18, - "y": 5 + "w": 7, + "x": 0, + "y": 10 }, - "id": 2, + "id": 40, "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "textMode": "auto" + "cellHeight": "sm", + "showHeader": true }, - "pluginVersion": "9.3.1", + "pluginVersion": "12.2.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "prom-001" }, - "exemplar": true, - "expr": "eth_exe_chain_id{instance=~\"$instance\"}", + "editorMode": "code", + "exemplar": false, + "expr": "eth_con_fork_current{instance=~\"$instance\"}", + "format": "table", + "instant": true, "interval": "", - "legendFormat": "", + "legendFormat": "{{ fork }}", + "range": false, "refId": "A" } ], - "title": "Execution Chain ID", - "type": "stat" + "title": "Consensus Fork", + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "Time": true, + "Value": true, + "__name__": true, + "job": true, + "module": true, + "node": true + }, + "includeByName": {}, + "indexByName": { + "Time": 0, + "Value": 7, + "__name__": 1, + "fork": 3, + "instance": 2, + "job": 4, + "module": 5, + "node": 6 + }, + "orderByMode": "manual", + "renameByName": { + "instance": "Instance" + } + } + } + ], + "type": "table" }, { "datasource": { @@ -428,13 +526,23 @@ "color": { "mode": "thresholds" }, + "custom": { + "align": "left", + "cellOptions": { + "type": "auto" + }, + "footer": { + "reducers": [] + }, + "inspect": false + }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -448,41 +556,56 @@ }, "gridPos": { "h": 5, - "w": 3, - "x": 21, - "y": 5 + "w": 8, + "x": 7, + "y": 10 }, - "id": 3, + "id": 2, "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "textMode": "auto" + "cellHeight": "sm", + "showHeader": true }, - "pluginVersion": "9.3.1", + "pluginVersion": "12.2.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "prom-001" }, - "exemplar": true, - "expr": "eth_exe_network_id{instance=~\"$instance\"}", + "editorMode": "code", + "exemplar": false, + "expr": "eth_exe_chain_id{instance=~\"$instance\"}", + "format": "table", + "instant": true, "interval": "", "legendFormat": "", + "range": false, "refId": "A" } ], - "title": "Execution Network ID", - "type": "stat" + "title": "Execution Chain ID", + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "Time": true, + "__name__": true, + "ethereum_role": true, + "job": true, + "module": true, + "node_name": true + }, + "includeByName": {}, + "indexByName": {}, + "renameByName": { + "Value": "Chain ID", + "instance": "Instance" + } + } + } + ], + "type": "table" }, { "datasource": { @@ -491,13 +614,27 @@ }, "fieldConfig": { "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "left", + "cellOptions": { + "type": "auto" + }, + "filterable": true, + "footer": { + "reducers": [] + }, + "inspect": false + }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -505,59 +642,70 @@ } ] }, - "unit": "short" + "unit": "none" }, "overrides": [] }, "gridPos": { - "h": 4, + "h": 5, "w": 9, - "x": 9, - "y": 6 + "x": 15, + "y": 10 }, - "id": 30, + "id": 3, "options": { - "colorMode": "none", - "graphMode": "none", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "textMode": "name" + "cellHeight": "sm", + "showHeader": true }, - "pluginVersion": "9.3.1", + "pluginVersion": "12.2.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "prom-001" }, - "exemplar": true, - "expr": "eth_con_spec_preset_base{instance=~\"$instance\"}", + "editorMode": "code", + "exemplar": false, + "expr": "eth_exe_network_id{instance=~\"$instance\"}", + "format": "table", + "instant": true, "interval": "", - "legendFormat": "{{ preset }}", + "legendFormat": "", + "range": false, "refId": "A" } ], - "title": "Consensus Preset", - "type": "stat" + "title": "Execution Network ID", + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "Time": true, + "__name__": true, + "ethereum_role": true, + "job": true, + "module": true, + "node_name": true + }, + "includeByName": {}, + "indexByName": {}, + "renameByName": { + "Value": "Network ID", + "instance": "Instance" + } + } + } + ], + "type": "table" }, { "collapsed": false, - "datasource": { - "type": "prometheus", - "uid": "prometheus" - }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 10 + "y": 15 }, "id": 7, "panels": [], @@ -591,7 +739,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "green", @@ -611,7 +759,7 @@ "h": 6, "w": 5, "x": 0, - "y": 11 + "y": 16 }, "id": 19, "options": { @@ -619,6 +767,7 @@ "graphMode": "none", "justifyMode": "auto", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -626,9 +775,11 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.3.1", + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -656,11 +807,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -669,6 +822,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -676,6 +830,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -691,7 +846,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -707,7 +862,7 @@ "h": 6, "w": 5, "x": 5, - "y": 11 + "y": 16 }, "id": 22, "options": { @@ -718,10 +873,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -749,11 +906,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -762,6 +921,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -769,6 +929,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -784,7 +945,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -799,7 +960,7 @@ "h": 6, "w": 6, "x": 10, - "y": 11 + "y": 16 }, "id": 12, "options": { @@ -810,10 +971,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -843,11 +1006,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -856,6 +1021,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -863,6 +1029,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -878,7 +1045,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -893,7 +1060,7 @@ "h": 6, "w": 4, "x": 16, - "y": 11 + "y": 16 }, "id": 48, "options": { @@ -904,10 +1071,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -935,11 +1104,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -948,6 +1119,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -955,6 +1127,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -970,7 +1143,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -986,7 +1159,7 @@ "h": 6, "w": 4, "x": 20, - "y": 11 + "y": 16 }, "id": 17, "options": { @@ -997,10 +1170,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -1041,11 +1216,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -1054,6 +1231,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -1061,6 +1239,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -1076,7 +1255,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -1092,7 +1271,7 @@ "h": 6, "w": 3, "x": 0, - "y": 17 + "y": 22 }, "id": 21, "options": { @@ -1103,10 +1282,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -1134,11 +1315,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -1147,6 +1330,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -1154,6 +1338,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -1169,7 +1354,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -1185,7 +1370,7 @@ "h": 6, "w": 3, "x": 3, - "y": 17 + "y": 22 }, "id": 23, "options": { @@ -1196,10 +1381,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -1230,11 +1417,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -1243,6 +1432,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -1250,6 +1440,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -1265,7 +1456,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -1280,7 +1471,7 @@ "h": 6, "w": 4, "x": 6, - "y": 17 + "y": 22 }, "id": 68, "options": { @@ -1291,10 +1482,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -1324,11 +1517,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -1337,6 +1532,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -1344,6 +1540,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -1359,7 +1556,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -1375,7 +1572,7 @@ "h": 6, "w": 6, "x": 10, - "y": 17 + "y": 22 }, "id": 15, "options": { @@ -1386,10 +1583,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -1447,11 +1646,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -1460,6 +1661,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -1467,6 +1669,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -1482,7 +1685,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -1497,7 +1700,7 @@ "h": 6, "w": 4, "x": 16, - "y": 17 + "y": 22 }, "id": 67, "options": { @@ -1508,10 +1711,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -1599,11 +1804,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -1612,6 +1819,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -1620,6 +1828,7 @@ "type": "log" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -1635,7 +1844,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -1651,7 +1860,7 @@ "h": 6, "w": 4, "x": 20, - "y": 17 + "y": 22 }, "id": 60, "options": { @@ -1662,10 +1871,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -1709,7 +1920,7 @@ "h": 7, "w": 6, "x": 0, - "y": 23 + "y": 28 }, "id": 69, "options": { @@ -1746,7 +1957,8 @@ "layout": "auto" }, "tooltip": { - "show": true, + "mode": "single", + "showColorScale": false, "yHistogram": false }, "yAxis": { @@ -1755,7 +1967,7 @@ "unit": "s" } }, - "pluginVersion": "9.3.1", + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -1785,11 +1997,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -1798,6 +2012,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -1805,6 +2020,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -1820,7 +2036,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -1849,7 +2065,7 @@ "h": 7, "w": 5, "x": 6, - "y": 23 + "y": 28 }, "id": 72, "options": { @@ -1860,10 +2076,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -1921,11 +2139,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -1934,6 +2154,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -1941,6 +2162,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -1956,7 +2178,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -1972,7 +2194,7 @@ "h": 7, "w": 5, "x": 11, - "y": 23 + "y": 28 }, "id": 71, "options": { @@ -1983,10 +2205,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -2016,11 +2240,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2029,6 +2255,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -2036,6 +2263,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -2052,7 +2280,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -2068,7 +2296,7 @@ "h": 7, "w": 4, "x": 16, - "y": 23 + "y": 28 }, "id": 70, "options": { @@ -2079,10 +2307,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -2113,11 +2343,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2126,6 +2358,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -2133,6 +2366,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -2148,7 +2382,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -2164,7 +2398,7 @@ "h": 7, "w": 4, "x": 20, - "y": 23 + "y": 28 }, "id": 28, "options": { @@ -2175,10 +2409,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -2198,15 +2434,11 @@ }, { "collapsed": false, - "datasource": { - "type": "prometheus", - "uid": "prometheus" - }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 30 + "y": 35 }, "id": 9, "panels": [], @@ -2240,7 +2472,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "green", @@ -2260,7 +2492,7 @@ "h": 6, "w": 5, "x": 0, - "y": 31 + "y": 36 }, "id": 24, "options": { @@ -2268,6 +2500,7 @@ "graphMode": "none", "justifyMode": "auto", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -2275,9 +2508,11 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.3.1", + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -2305,11 +2540,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2318,6 +2555,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -2325,6 +2563,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -2340,7 +2579,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -2356,7 +2595,7 @@ "h": 6, "w": 7, "x": 5, - "y": 31 + "y": 36 }, "id": 34, "options": { @@ -2367,10 +2606,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -2398,11 +2639,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2411,6 +2654,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -2418,6 +2662,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -2433,7 +2678,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -2449,7 +2694,7 @@ "h": 6, "w": 7, "x": 12, - "y": 31 + "y": 36 }, "id": 39, "options": { @@ -2460,10 +2705,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -2491,11 +2738,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2504,6 +2753,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -2511,6 +2761,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -2526,7 +2777,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -2542,7 +2793,7 @@ "h": 6, "w": 5, "x": 19, - "y": 31 + "y": 36 }, "id": 45, "options": { @@ -2553,10 +2804,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -2584,11 +2837,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2597,6 +2852,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -2604,6 +2860,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -2619,7 +2876,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -2635,7 +2892,7 @@ "h": 6, "w": 5, "x": 0, - "y": 37 + "y": 42 }, "id": 35, "options": { @@ -2646,10 +2903,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -2677,11 +2936,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2690,6 +2951,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -2697,6 +2959,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -2712,7 +2975,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -2728,7 +2991,7 @@ "h": 6, "w": 5, "x": 5, - "y": 37 + "y": 42 }, "id": 36, "options": { @@ -2739,10 +3002,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -2770,11 +3035,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2783,6 +3050,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -2790,6 +3058,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -2805,7 +3074,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -2821,7 +3090,7 @@ "h": 6, "w": 5, "x": 10, - "y": 37 + "y": 42 }, "id": 38, "options": { @@ -2832,10 +3101,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -2863,11 +3134,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2876,6 +3149,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -2883,6 +3157,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -2898,7 +3173,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -2914,7 +3189,7 @@ "h": 6, "w": 9, "x": 15, - "y": 37 + "y": 42 }, "id": 54, "options": { @@ -2925,10 +3200,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -2958,11 +3235,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2971,6 +3250,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -2978,6 +3258,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -2993,7 +3274,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -3008,7 +3289,7 @@ "h": 6, "w": 5, "x": 0, - "y": 43 + "y": 48 }, "id": 49, "options": { @@ -3019,10 +3300,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -3052,11 +3335,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3065,6 +3350,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -3072,6 +3358,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -3087,7 +3374,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -3103,7 +3390,7 @@ "h": 6, "w": 5, "x": 5, - "y": 43 + "y": 48 }, "id": 56, "options": { @@ -3114,10 +3401,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -3147,11 +3436,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3160,6 +3451,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -3167,6 +3459,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -3182,7 +3475,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -3198,7 +3491,7 @@ "h": 6, "w": 5, "x": 10, - "y": 43 + "y": 48 }, "id": 55, "options": { @@ -3209,10 +3502,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -3242,11 +3537,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3255,6 +3552,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -3262,6 +3560,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -3277,7 +3576,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -3293,7 +3592,7 @@ "h": 6, "w": 5, "x": 15, - "y": 43 + "y": 48 }, "id": 53, "options": { @@ -3304,10 +3603,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -3335,11 +3636,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3348,6 +3651,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, @@ -3355,6 +3659,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -3370,7 +3675,7 @@ "steps": [ { "color": "green", - "value": null + "value": 0 }, { "color": "red", @@ -3386,7 +3691,7 @@ "h": 6, "w": 4, "x": 20, - "y": 43 + "y": 48 }, "id": 52, "options": { @@ -3397,10 +3702,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "single", "sort": "none" } }, + "pluginVersion": "12.2.0", "targets": [ { "datasource": { @@ -3419,15 +3726,11 @@ }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "prometheus" - }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 49 + "y": 54 }, "id": 42, "panels": [ @@ -3443,7 +3746,9 @@ }, "custom": { "align": "auto", - "displayMode": "auto", + "cellOptions": { + "type": "auto" + }, "inspect": false }, "mappings": [], @@ -3503,9 +3808,9 @@ "type": "row" } ], + "preload": false, "refresh": "5s", - "schemaVersion": 37, - "style": "dark", + "schemaVersion": 42, "tags": [], "templating": { "list": [ @@ -3516,9 +3821,8 @@ "uid": "prom-001" }, "definition": "label_values(eth_con_beacon_slot, instance)", - "hide": 0, - "includeAll": false, - "multi": false, + "includeAll": true, + "multi": true, "name": "instance", "options": [], "query": { @@ -3527,8 +3831,6 @@ }, "refresh": 2, "regex": "", - "skipUrlSync": false, - "sort": 0, "type": "query" } ] @@ -3541,6 +3843,5 @@ "timezone": "", "title": "Ethereum Metrics Exporter (Single)", "uid": "M2TT9Su7z", - "version": 4, - "weekStart": "" + "version": 5 } diff --git a/metrics/provisioning/grafana/dashboards/common_dashboards/ethrex_comparison.json b/metrics/provisioning/grafana/dashboards/common_dashboards/ethrex_comparison.json new file mode 100644 index 0000000000..70cc97c5e3 --- /dev/null +++ b/metrics/provisioning/grafana/dashboards/common_dashboards/ethrex_comparison.json @@ -0,0 +1,223 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 20, + "links": [], + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom-001" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "showValues": false, + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": 0 + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "si:gas" + }, + "overrides": [] + }, + "gridPos": { + "h": 14, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 1, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "single", + "sort": "none" + } + }, + "pluginVersion": "12.2.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "prom-001" + }, + "editorMode": "builder", + "expr": "reth_engine_rpc_new_payload_gas_per_second{instance=\"eth-mainnet-rpc:6060\", quantile=\"0.999\"}", + "legendFormat": "reth", + "range": true, + "refId": "A" + }, + { + "datasource": { + "type": "prometheus", + "uid": "prom-001" + }, + "editorMode": "code", + "expr": "gigagas{job=\"ethrex L1\",instance=~\"$instance(:\\\\d+)?$\"} * 1000000000", + "hide": false, + "instant": false, + "legendFormat": "{{ instance }}", + "range": true, + "refId": "B" + } + ], + "title": "Ethrex vs Reth Ggas/s", + "transformations": [ + { + "id": "renameByRegex", + "options": { + "regex": "^([^:]+):\\d+$", + "renamePattern": "$1" + } + } + ], + "type": "timeseries" + } + ], + "preload": false, + "schemaVersion": 42, + "tags": [], + "templating": { + "list": [ + { + "allowCustomValue": false, + "current": { + "text": [ + "ethrex-hoodi-rpc", + "ethrex-sepolia-rpc", + "ethrex-snapsync-1", + "ethrex-snapsync-2", + "ethrex-snapsync-big-13", + "ethrex-snapsync-big-14", + "ethrex-snapsync-big-15", + "ethrex-snapsync-big-1", + "ethrex-snapsync-big-2", + "ethrex-snapsync-big-6", + "ethrex-snapsync-big-7", + "ethrex-snapsync-big-9", + "ethrex-snapsync-notifications-10", + "ethrex-snapsync-notifications-12", + "ethrex-snapsync-notifications-1", + "ethrex-snapsync-notifications-2", + "ethrex-snapsync-notifications-3", + "ethrex-snapsync-notifications-4", + "ethrex-snapsync-notifications-9" + ], + "value": [ + "ethrex-hoodi-rpc", + "ethrex-sepolia-rpc", + "ethrex-snapsync-1", + "ethrex-snapsync-2", + "ethrex-snapsync-big-13", + "ethrex-snapsync-big-14", + "ethrex-snapsync-big-15", + "ethrex-snapsync-big-1", + "ethrex-snapsync-big-2", + "ethrex-snapsync-big-6", + "ethrex-snapsync-big-7", + "ethrex-snapsync-big-9", + "ethrex-snapsync-notifications-10", + "ethrex-snapsync-notifications-12", + "ethrex-snapsync-notifications-1", + "ethrex-snapsync-notifications-2", + "ethrex-snapsync-notifications-3", + "ethrex-snapsync-notifications-4", + "ethrex-snapsync-notifications-9" + ] + }, + "definition": "label_values(gigagas,instance)", + "includeAll": true, + "multi": true, + "name": "instance", + "options": [], + "query": { + "qryType": 1, + "query": "label_values(gigagas,instance)", + "refId": "PrometheusVariableQueryEditor-VariableQuery" + }, + "refresh": 1, + "regex": "/^(?[^:]+)(?::\\d+)?$/", + "type": "query" + } + ] + }, + "time": { + "from": "now-5m", + "to": "now" + }, + "timepicker": {}, + "timezone": "browser", + "title": "Ethrex Comparison", + "uid": "ads9rd7", + "version": 3 +} diff --git a/metrics/provisioning/grafana/dashboards/common_dashboards/ethrex_l1_perf.json b/metrics/provisioning/grafana/dashboards/common_dashboards/ethrex_l1_perf.json index 6b36fc3d09..5c20dda2d7 100644 --- a/metrics/provisioning/grafana/dashboards/common_dashboards/ethrex_l1_perf.json +++ b/metrics/provisioning/grafana/dashboards/common_dashboards/ethrex_l1_perf.json @@ -18,7 +18,7 @@ "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, - "id": 3, + "id": 16, "links": [], "panels": [ { @@ -81,7 +81,7 @@ }, "disableTextWrap": false, "editorMode": "code", - "expr": "max by (version)(eth_exe_web3_client_version{instance=~\"$instance\"})", + "expr": "max by (version)(eth_exe_web3_client_version{instance=~\"$instance(:\\\\d+)?$\"})", "fullMetaSearch": false, "includeNullMetadata": true, "legendFormat": "__auto", @@ -153,7 +153,7 @@ "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", - "expr": "eth_con_spec_config_name{instance=~\"$instance\"}", + "expr": "eth_con_spec_config_name{instance=~\"$instance(:\\\\d+)?$\"}", "legendFormat": "{{name}}", "range": true, "refId": "A" @@ -221,7 +221,7 @@ "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", - "expr": "eth_con_fork_current{instance=~\"$instance\"}", + "expr": "eth_con_fork_current{instance=~\"$instance(:\\\\d+)?$\"}", "legendFormat": "{{fork}}", "range": true, "refId": "A" @@ -264,6 +264,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -337,7 +338,7 @@ }, "disableTextWrap": false, "editorMode": "builder", - "expr": "gas_used{job=\"$job\"}", + "expr": "gas_used{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\"}", "fullMetaSearch": false, "hide": false, "includeNullMetadata": true, @@ -354,7 +355,7 @@ }, "disableTextWrap": false, "editorMode": "builder", - "expr": "gas_limit{job=\"$job\"}", + "expr": "gas_limit{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\"}", "fullMetaSearch": false, "hide": false, "includeNullMetadata": true, @@ -430,6 +431,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -489,7 +491,7 @@ }, "disableTextWrap": false, "editorMode": "code", - "expr": "gigagas{job=\"$job\"} - 0", + "expr": "gigagas{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\"} - 0", "fullMetaSearch": false, "includeNullMetadata": true, "legendFormat": "Gigagas/s", @@ -535,6 +537,7 @@ "type": "linear" }, "showPoints": "auto", + "showValues": false, "spanNulls": false, "stacking": { "group": "A", @@ -590,7 +593,7 @@ }, "disableTextWrap": false, "editorMode": "builder", - "expr": "block_number{job=\"$job\"}", + "expr": "block_number{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\"}", "format": "time_series", "fullMetaSearch": false, "hide": false, @@ -799,7 +802,7 @@ }, "disableTextWrap": false, "editorMode": "builder", - "expr": "block_number{job=\"$job\"}", + "expr": "block_number{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\"}", "fullMetaSearch": false, "includeNullMetadata": true, "legendFormat": "Block Number", @@ -814,7 +817,7 @@ }, "disableTextWrap": false, "editorMode": "builder", - "expr": "gigagas{job=\"$job\"}", + "expr": "gigagas{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\"}", "fullMetaSearch": false, "hide": false, "includeNullMetadata": true, @@ -831,7 +834,7 @@ }, "disableTextWrap": false, "editorMode": "builder", - "expr": "gas_used{job=\"$job\"}", + "expr": "gas_used{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\"}", "fullMetaSearch": false, "hide": false, "includeNullMetadata": true, @@ -848,7 +851,7 @@ }, "disableTextWrap": false, "editorMode": "builder", - "expr": "gas_limit{job=\"$job\"}", + "expr": "gas_limit{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\"}", "fullMetaSearch": false, "hide": false, "includeNullMetadata": true, @@ -1005,7 +1008,7 @@ "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", - "expr": "time() - process_start_time_seconds{job=\"$job\"}", + "expr": "time() - process_start_time_seconds{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\"}", "legendFormat": "uptime_s", "range": true, "refId": "A" @@ -1074,7 +1077,7 @@ "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", - "expr": "process_threads{job=\"$job\"}", + "expr": "process_threads{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\"}", "legendFormat": "threads", "range": true, "refId": "A" @@ -1142,7 +1145,7 @@ "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", - "expr": "process_open_fds{job=\"$job\"}", + "expr": "process_open_fds{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\"}", "legendFormat": "Open FDs", "range": true, "refId": "A" @@ -1196,6 +1199,7 @@ "fields": "", "values": false }, + "sort": "desc", "tooltip": { "hideZeros": false, "mode": "single", @@ -1207,7 +1211,7 @@ { "disableTextWrap": false, "editorMode": "code", - "expr": "(\n sum by (function_name) (\n increase(function_duration_seconds_sum{job=\"$job\", function_name!=\"Block execution\"}[$__range])\n )\n)\nor\nlabel_replace(\n sum( increase(function_duration_seconds_sum{job=\"$job\", function_name=\"Block execution\"}[$__range]) )\n - sum( increase(function_duration_seconds_sum{job=\"$job\", function_name=~\"Storage read|Account read|Account Read\"}[$__range]) ),\n \"function_name\",\"Block execution (without db)\",\"__name__\",\".*\"\n)", + "expr": "(\n sum by (function_name) (\n increase(function_duration_seconds_sum{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\", function_name!=\"Block execution\"}[$__range])\n )\n)\nor\nlabel_replace(\n sum( increase(function_duration_seconds_sum{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\", function_name=\"Block execution\"}[$__range]) )\n - sum( increase(function_duration_seconds_sum{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\", function_name=~\"Storage read|Account read|Account Read\"}[$__range]) ),\n \"function_name\",\"Block execution (without db)\",\"__name__\",\".*\"\n)", "fullMetaSearch": false, "includeNullMetadata": false, "legendFormat": "__auto", @@ -1245,22 +1249,6 @@ "legend": false, "tooltip": false, "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" } }, "mappings": [], @@ -1315,7 +1303,7 @@ "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", - "expr": "process_open_fds{job=\"$job\"}", + "expr": "process_open_fds{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\"}", "legendFormat": "FDs used %", "range": true, "refId": "A" @@ -1415,7 +1403,7 @@ { "disableTextWrap": false, "editorMode": "builder", - "expr": "datadir_size_bytes{job=\"$job\"}", + "expr": "datadir_size_bytes{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\"}", "fullMetaSearch": false, "includeNullMetadata": true, "legendFormat": "Datadir Size (GB)", @@ -1517,7 +1505,7 @@ "targets": [ { "editorMode": "code", - "expr": "100 * sum by (instance) (rate(node_cpu_seconds_total{mode!=\"idle\"}[1m])) / sum by (instance) (rate(node_cpu_seconds_total[1m]))", + "expr": "100 * sum by (instance) (rate(node_cpu_seconds_total{mode!=\"idle\", instance=~\"$instance(:\\\\d+)?$\"}[1m])) / sum by (instance) (rate(node_cpu_seconds_total{instance=~\"$instance(:\\\\d+)?$\"}[1m]))", "legendFormat": "CPU Utilization %", "range": true, "refId": "A" @@ -1656,7 +1644,7 @@ "targets": [ { "editorMode": "code", - "expr": "(node_memory_MemTotal_bytes - node_memory_MemAvailable_bytes) / (1024*1024*1024)", + "expr": "(node_memory_MemTotal_bytes{instance=~\"$instance(:\\\\d+)?$\"} - node_memory_MemAvailable_bytes{instance=~\"$instance(:\\\\d+)?$\"}) / (1024*1024*1024)", "legendFormat": "Memory Used", "range": true, "refId": "A" @@ -1664,7 +1652,7 @@ { "editorMode": "code", "exemplar": false, - "expr": "node_memory_MemTotal_bytes / (1024*1024*1024)", + "expr": "node_memory_MemTotal_bytes{instance=~\"$instance(:\\\\d+)?$\"} / (1024*1024*1024)", "format": "time_series", "instant": false, "legendFormat": "Memory Total", @@ -1768,7 +1756,7 @@ "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", - "expr": "rate(process_cpu_seconds_total{job=\"$job\"}[1m])", + "expr": "rate(process_cpu_seconds_total{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\"}[1m])", "legendFormat": "CPU cores used", "range": true, "refId": "A" @@ -1895,7 +1883,7 @@ "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", - "expr": "process_resident_memory_bytes{job=\"$job\"}", + "expr": "process_resident_memory_bytes{job=\"$job\", instance=~\"$instance(:\\\\d+)?$\"}", "legendFormat": "RSS", "range": true, "refId": "A" @@ -1907,7 +1895,7 @@ ], "preload": false, "refresh": "5s", - "schemaVersion": 41, + "schemaVersion": 42, "tags": [], "templating": { "list": [ @@ -1917,6 +1905,8 @@ "value": "" }, "definition": "label_values(eth_con_beacon_slot,instance)", + "includeAll": true, + "multi": true, "name": "instance", "options": [], "query": { @@ -1925,7 +1915,7 @@ "refId": "PrometheusVariableQueryEditor-VariableQuery" }, "refresh": 1, - "regex": "", + "regex": "/^(?[^:]+)(?::\\d+)?$/", "type": "query" }, { @@ -1985,5 +1975,5 @@ "timezone": "browser", "title": "Ethrex L1 - Perf Dashboard", "uid": "beoru4vp59yiof", - "version": 8 -} \ No newline at end of file + "version": 10 +}