From b735890494101cc5fdce92463e1ba27794602691 Mon Sep 17 00:00:00 2001 From: Nico Flaig Date: Tue, 28 Feb 2023 05:12:17 +0100 Subject: [PATCH] Minor dashboards fixes, grafana update related changes (#5210) --- dashboards/lodestar_block_processor.json | 10 +- dashboards/lodestar_summary.json | 302 +++++++++++++++++++--- dashboards/lodestar_validator_client.json | 214 ++++++++++++--- dashboards/lodestar_vm_host.json | 77 +++--- 4 files changed, 492 insertions(+), 111 deletions(-) diff --git a/dashboards/lodestar_block_processor.json b/dashboards/lodestar_block_processor.json index c2408b87f3b7..83f4cf248a6b 100644 --- a/dashboards/lodestar_block_processor.json +++ b/dashboards/lodestar_block_processor.json @@ -90,7 +90,7 @@ "collapsed": false, "datasource": { "type": "prometheus", - "uid": "prometheus_local" + "uid": "${DS_PROMETHEUS}" }, "gridPos": { "h": 1, @@ -897,7 +897,7 @@ "collapsed": false, "datasource": { "type": "prometheus", - "uid": "prometheus_local" + "uid": "${DS_PROMETHEUS}" }, "gridPos": { "h": 1, @@ -1902,7 +1902,7 @@ "collapsed": false, "datasource": { "type": "prometheus", - "uid": "prometheus_local" + "uid": "${DS_PROMETHEUS}" }, "gridPos": { "h": 1, @@ -3071,7 +3071,7 @@ "collapsed": false, "datasource": { "type": "prometheus", - "uid": "prometheus_local" + "uid": "${DS_PROMETHEUS}" }, "gridPos": { "h": 1, @@ -3537,7 +3537,7 @@ "collapsed": false, "datasource": { "type": "prometheus", - "uid": "prometheus_local" + "uid": "${DS_PROMETHEUS}" }, "gridPos": { "h": 1, diff --git a/dashboards/lodestar_summary.json b/dashboards/lodestar_summary.json index 7b8f1dbb5d6c..5945a4ab420c 100644 --- a/dashboards/lodestar_summary.json +++ b/dashboards/lodestar_summary.json @@ -9,13 +9,13 @@ "pluginName": "Prometheus" } ], - "__elements": [], + "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", - "version": "8.4.2" + "version": "8.5.16" }, { "type": "panel", @@ -52,7 +52,10 @@ "list": [ { "builtIn": 1, - "datasource": "-- Grafana --", + "datasource": { + "type": "datasource", + "uid": "grafana" + }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", @@ -71,7 +74,6 @@ "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, - "iteration": 1662553761426, "links": [ { "asDropdown": true, @@ -92,6 +94,10 @@ "panels": [ { "collapsed": false, + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "gridPos": { "h": 1, "w": 24, @@ -100,16 +106,31 @@ }, "id": 10, "panels": [], + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "refId": "A" + } + ], "title": "Node summary", "type": "row" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, @@ -287,7 +308,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "tooltip": { "mode": "multi", @@ -337,6 +359,10 @@ "type": "timeseries" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "mappings": [], @@ -374,9 +400,13 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "expr": "sum(lodestar_peers_by_direction_count)", "interval": "", "legendFormat": "", @@ -388,6 +418,10 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "mappings": [], @@ -425,9 +459,13 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "expr": "beacon_head_slot", "interval": "", "legendFormat": "", @@ -438,6 +476,10 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "mappings": [], @@ -475,9 +517,13 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "expr": "beacon_finalized_epoch", "interval": "", "legendFormat": "", @@ -488,6 +534,10 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "mappings": [], @@ -525,9 +575,13 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "exemplar": false, "expr": "validator_monitor_validators", "interval": "", @@ -539,6 +593,10 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "mappings": [], @@ -579,7 +637,7 @@ "text": {}, "textMode": "value" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { "datasource": { @@ -597,6 +655,10 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "mappings": [], @@ -635,7 +697,7 @@ "text": {}, "textMode": "value" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { "datasource": { @@ -653,6 +715,10 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "mappings": [], @@ -695,7 +761,7 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { "datasource": { @@ -714,6 +780,10 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "mappings": [ @@ -770,9 +840,13 @@ "text": {}, "textMode": "value" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "expr": "lodestar_sync_status", "interval": "", "legendFormat": "", @@ -783,6 +857,10 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { @@ -827,7 +905,7 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { "datasource": { @@ -847,6 +925,10 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { @@ -883,7 +965,7 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { "datasource": { @@ -904,6 +986,10 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { @@ -948,7 +1034,7 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { "datasource": { @@ -967,12 +1053,18 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, @@ -1029,7 +1121,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "tooltip": { "mode": "multi", @@ -1066,12 +1159,18 @@ "type": "timeseries" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, @@ -1131,7 +1230,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "tooltip": { "mode": "single", @@ -1192,12 +1292,18 @@ "type": "timeseries" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, @@ -1254,7 +1360,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "tooltip": { "mode": "multi", @@ -1292,12 +1399,18 @@ "type": "timeseries" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", "axisLabel": "GWei", "axisPlacement": "auto", "barAlignment": 0, @@ -1353,8 +1466,9 @@ "options": { "legend": { "calcs": [], - "displayMode": "hidden", - "placement": "bottom" + "displayMode": "list", + "placement": "bottom", + "showLegend": false }, "tooltip": { "mode": "multi", @@ -1392,6 +1506,10 @@ "type": "timeseries" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { @@ -1436,7 +1554,7 @@ }, "textMode": "value_and_name" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { "datasource": { @@ -1455,12 +1573,18 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, @@ -1518,7 +1642,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "tooltip": { "mode": "multi", @@ -1614,12 +1739,18 @@ "type": "timeseries" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, @@ -1676,7 +1807,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "tooltip": { "mode": "multi", @@ -1744,11 +1876,15 @@ "refId": "D" } ], - "title": "Roundtrip reqest times - I/O lag", + "title": "Roundtrip request times - I/O lag", "type": "timeseries" }, { "collapsed": true, + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "gridPos": { "h": 1, "w": 24, @@ -1758,6 +1894,10 @@ "id": 487, "panels": [ { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { @@ -1818,6 +1958,10 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { @@ -1878,6 +2022,10 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { @@ -1938,6 +2086,10 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { @@ -1998,6 +2150,10 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { @@ -2071,6 +2227,10 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { @@ -2131,6 +2291,10 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { @@ -2191,7 +2355,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "tooltip": { "mode": "single", @@ -2224,6 +2389,10 @@ "mode": "spectrum" }, "dataFormat": "tsbuckets", + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "gridPos": { "h": 8, "w": 12, @@ -2279,6 +2448,10 @@ "mode": "spectrum" }, "dataFormat": "tsbuckets", + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "gridPos": { "h": 8, "w": 12, @@ -2385,7 +2558,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "tooltip": { "mode": "single", @@ -2396,11 +2570,24 @@ "type": "timeseries" } ], + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "refId": "A" + } + ], "title": "Network status", "type": "row" }, { "collapsed": true, + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "gridPos": { "h": 1, "w": 24, @@ -2410,6 +2597,10 @@ "id": 104, "panels": [ { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { @@ -2472,8 +2663,9 @@ "graph": {}, "legend": { "calcs": [], - "displayMode": "hidden", - "placement": "bottom" + "displayMode": "list", + "placement": "bottom", + "showLegend": false }, "tooltip": { "mode": "multi", @@ -2483,6 +2675,10 @@ "pluginVersion": "7.4.5", "targets": [ { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "expr": "(time() - lodestar_genesis_time) / 12 - lodestar_clock_slot", "hide": false, "interval": "", @@ -2494,6 +2690,10 @@ "type": "timeseries" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { @@ -2582,8 +2782,9 @@ "graph": {}, "legend": { "calcs": [], - "displayMode": "hidden", - "placement": "bottom" + "displayMode": "list", + "placement": "bottom", + "showLegend": false }, "tooltip": { "mode": "multi", @@ -2593,6 +2794,10 @@ "pluginVersion": "7.4.5", "targets": [ { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "exemplar": false, "expr": "lodestar_sync_status", "format": "time_series", @@ -2606,6 +2811,10 @@ "type": "timeseries" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "fieldConfig": { "defaults": { "color": { @@ -2668,8 +2877,9 @@ "graph": {}, "legend": { "calcs": [], - "displayMode": "hidden", - "placement": "bottom" + "displayMode": "list", + "placement": "bottom", + "showLegend": false }, "tooltip": { "mode": "multi", @@ -2679,6 +2889,10 @@ "pluginVersion": "7.4.5", "targets": [ { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "exemplar": false, "expr": "lodestar_clock_slot - beacon_head_slot", "hide": false, @@ -2691,6 +2905,10 @@ "type": "timeseries" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "gridPos": { "h": 6, "w": 12, @@ -2705,6 +2923,10 @@ "pluginVersion": "8.4.2", "targets": [ { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "exemplar": false, "expr": "lodestar_sync_status", "format": "time_series", @@ -2718,12 +2940,22 @@ "type": "text" } ], + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "refId": "A" + } + ], "title": "Node status", "type": "row" } ], "refresh": "10s", - "schemaVersion": 35, + "revision": 1, + "schemaVersion": 38, "style": "dark", "tags": [ "lodestar" @@ -2865,6 +3097,6 @@ "timezone": "utc", "title": "Lodestar", "uid": "lodestar", - "version": 7, + "version": 8, "weekStart": "monday" } diff --git a/dashboards/lodestar_validator_client.json b/dashboards/lodestar_validator_client.json index db559a295acf..fc8e4faecc0a 100644 --- a/dashboards/lodestar_validator_client.json +++ b/dashboards/lodestar_validator_client.json @@ -9,13 +9,13 @@ "pluginName": "Prometheus" } ], - "__elements": [], + "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", - "version": "8.4.2" + "version": "8.5.16" }, { "type": "panel", @@ -52,7 +52,10 @@ "list": [ { "builtIn": 1, - "datasource": "-- Grafana --", + "datasource": { + "type": "datasource", + "uid": "grafana" + }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", @@ -71,7 +74,6 @@ "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, - "iteration": 1650985916315, "links": [ { "asDropdown": true, @@ -101,6 +103,8 @@ "mode": "palette-classic" }, "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", "axisLabel": "msg / slot", "axisPlacement": "auto", "barAlignment": 0, @@ -157,7 +161,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "tooltip": { "mode": "single", @@ -257,7 +262,7 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { "datasource": { @@ -326,7 +331,7 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { "datasource": { @@ -393,7 +398,7 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { "datasource": { @@ -460,7 +465,7 @@ }, "textMode": "auto" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { "datasource": { @@ -526,7 +531,7 @@ }, "textMode": "auto" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { "datasource": { @@ -592,7 +597,7 @@ }, "textMode": "auto" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", "targets": [ { "datasource": { @@ -610,6 +615,10 @@ "type": "stat" }, { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, "gridPos": { "h": 4, "w": 12, @@ -618,10 +627,24 @@ }, "id": 45, "options": { + "code": { + "language": "plaintext", + "showLineNumbers": false, + "showMiniMap": false + }, "content": "_Validator metrics =D_", "mode": "markdown" }, - "pluginVersion": "8.4.2", + "pluginVersion": "8.5.16", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "refId": "A" + } + ], "type": "text" }, { @@ -635,6 +658,8 @@ "mode": "palette-classic" }, "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, @@ -691,7 +716,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "tooltip": { "mode": "single", @@ -809,6 +835,8 @@ "mode": "palette-classic" }, "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, @@ -865,7 +893,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "tooltip": { "mode": "single", @@ -915,6 +944,21 @@ "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, + "fieldConfig": { + "defaults": { + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "scaleDistribution": { + "type": "linear" + } + } + }, + "overrides": [] + }, "gridPos": { "h": 9, "w": 12, @@ -928,6 +972,44 @@ "legend": { "show": false }, + "options": { + "calculate": false, + "calculation": {}, + "cellGap": 2, + "cellValues": {}, + "color": { + "exponent": 0.5, + "fill": "#b4ff00", + "mode": "scheme", + "reverse": false, + "scale": "exponential", + "scheme": "Turbo", + "steps": 128 + }, + "exemplars": { + "color": "rgba(255,0,255,0.7)" + }, + "filterValues": { + "le": 1e-9 + }, + "legend": { + "show": false + }, + "rowsFrame": { + "layout": "auto" + }, + "showValue": "never", + "tooltip": { + "show": true, + "yHistogram": false + }, + "yAxis": { + "axisPlacement": "left", + "reverse": false, + "unit": "s" + } + }, + "pluginVersion": "8.5.16", "reverseYBuckets": false, "targets": [ { @@ -974,6 +1056,21 @@ "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, + "fieldConfig": { + "defaults": { + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "scaleDistribution": { + "type": "linear" + } + } + }, + "overrides": [] + }, "gridPos": { "h": 9, "w": 12, @@ -987,6 +1084,44 @@ "legend": { "show": false }, + "options": { + "calculate": false, + "calculation": {}, + "cellGap": 2, + "cellValues": {}, + "color": { + "exponent": 0.5, + "fill": "#b4ff00", + "mode": "scheme", + "reverse": false, + "scale": "exponential", + "scheme": "Turbo", + "steps": 128 + }, + "exemplars": { + "color": "rgba(255,0,255,0.7)" + }, + "filterValues": { + "le": 1e-9 + }, + "legend": { + "show": false + }, + "rowsFrame": { + "layout": "auto" + }, + "showValue": "never", + "tooltip": { + "show": true, + "yHistogram": false + }, + "yAxis": { + "axisPlacement": "left", + "reverse": false, + "unit": "s" + } + }, + "pluginVersion": "8.5.16", "reverseYBuckets": false, "targets": [ { @@ -1180,8 +1315,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -1204,7 +1338,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "tooltip": { "mode": "single", @@ -1270,8 +1405,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -1294,7 +1428,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "tooltip": { "mode": "single", @@ -1363,8 +1498,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -1386,7 +1520,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "tooltip": { "mode": "multi", @@ -1476,8 +1611,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -1499,8 +1633,9 @@ "options": { "legend": { "calcs": [], - "displayMode": "hidden", - "placement": "bottom" + "displayMode": "list", + "placement": "bottom", + "showLegend": false }, "tooltip": { "mode": "single", @@ -1566,8 +1701,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -1589,8 +1723,9 @@ "options": { "legend": { "calcs": [], - "displayMode": "hidden", - "placement": "bottom" + "displayMode": "list", + "placement": "bottom", + "showLegend": false }, "tooltip": { "mode": "single", @@ -1714,8 +1849,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -1750,7 +1884,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "tooltip": { "mode": "multi", @@ -1853,8 +1988,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -1876,7 +2010,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "tooltip": { "mode": "single", @@ -1925,7 +2060,8 @@ } ], "refresh": "10s", - "schemaVersion": 35, + "revision": 1, + "schemaVersion": 38, "style": "dark", "tags": [ "lodestar" @@ -2067,6 +2203,6 @@ "timezone": "utc", "title": "Lodestar validator client", "uid": "lodestar_validator_client", - "version": 3, + "version": 4, "weekStart": "monday" } diff --git a/dashboards/lodestar_vm_host.json b/dashboards/lodestar_vm_host.json index 1fbc0996faa7..a672e6be6345 100644 --- a/dashboards/lodestar_vm_host.json +++ b/dashboards/lodestar_vm_host.json @@ -2,7 +2,7 @@ "__inputs": [ { "name": "DS_PROMETHEUS", - "label": "prometheus", + "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", @@ -418,10 +418,12 @@ "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, + "editorMode": "code", "exemplar": false, "expr": "process_heap_bytes{job=\"beacon\"}", "interval": "", "legendFormat": "process_heap_bytes", + "range": true, "refId": "A" }, { @@ -429,11 +431,13 @@ "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, + "editorMode": "code", "exemplar": false, "expr": "nodejs_heap_size_total_bytes{job=\"beacon\"}", "hide": false, "interval": "", "legendFormat": "heap_total", + "range": true, "refId": "B" }, { @@ -441,11 +445,13 @@ "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, + "editorMode": "code", "exemplar": false, "expr": "nodejs_heap_size_used_bytes{job=\"beacon\"}", "hide": false, "interval": "", "legendFormat": "heap_used", + "range": true, "refId": "C" }, { @@ -453,11 +459,13 @@ "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, + "editorMode": "code", "exemplar": false, "expr": "nodejs_external_memory_bytes{job=\"beacon\"}", "hide": false, "interval": "", "legendFormat": "external_memory", + "range": true, "refId": "D" }, { @@ -465,11 +473,13 @@ "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, + "editorMode": "code", "exemplar": false, "expr": "process_resident_memory_bytes{job=\"beacon\"}", "hide": false, "interval": "", "legendFormat": "rss", + "range": true, "refId": "E" } ], @@ -833,7 +843,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -927,7 +938,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -1036,7 +1048,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -1156,7 +1169,7 @@ "h": 6, "w": 12, "x": 0, - "y": 9 + "y": 25 }, "id": 102, "options": { @@ -1275,7 +1288,7 @@ "h": 6, "w": 12, "x": 12, - "y": 9 + "y": 25 }, "id": 172, "options": { @@ -1370,7 +1383,7 @@ "h": 6, "w": 12, "x": 0, - "y": 15 + "y": 31 }, "id": 171, "options": { @@ -1413,7 +1426,7 @@ "h": 6, "w": 12, "x": 12, - "y": 15 + "y": 31 }, "id": 99, "options": { @@ -1526,7 +1539,7 @@ "h": 8, "w": 12, "x": 0, - "y": 11 + "y": 27 }, "id": 353, "options": { @@ -1617,7 +1630,7 @@ "h": 8, "w": 12, "x": 12, - "y": 11 + "y": 27 }, "id": 355, "options": { @@ -1707,7 +1720,7 @@ "h": 8, "w": 12, "x": 0, - "y": 19 + "y": 35 }, "id": 357, "options": { @@ -2180,7 +2193,7 @@ "h": 8, "w": 12, "x": 12, - "y": 19 + "y": 35 }, "id": 359, "links": [], @@ -2333,7 +2346,7 @@ "h": 8, "w": 12, "x": 0, - "y": 27 + "y": 43 }, "id": 361, "options": { @@ -2452,7 +2465,7 @@ "h": 8, "w": 12, "x": 12, - "y": 27 + "y": 43 }, "id": 363, "options": { @@ -2554,7 +2567,7 @@ "h": 8, "w": 12, "x": 0, - "y": 35 + "y": 51 }, "id": 365, "options": { @@ -2684,7 +2697,7 @@ "h": 8, "w": 12, "x": 0, - "y": 35 + "y": 51 }, "id": 48, "options": { @@ -2821,7 +2834,7 @@ "h": 8, "w": 12, "x": 12, - "y": 35 + "y": 51 }, "id": 50, "options": { @@ -2943,7 +2956,7 @@ "h": 8, "w": 12, "x": 0, - "y": 53 + "y": 69 }, "id": 529, "options": { @@ -3009,7 +3022,7 @@ "type": "linear" }, "showPoints": "never", - "spanNulls": 3600000, + "spanNulls": false, "stacking": { "group": "A", "mode": "none" @@ -3100,7 +3113,7 @@ "h": 8, "w": 12, "x": 12, - "y": 53 + "y": 69 }, "id": 531, "options": { @@ -3220,7 +3233,7 @@ "h": 11, "w": 12, "x": 0, - "y": 13 + "y": 29 }, "id": 84, "options": { @@ -3313,7 +3326,7 @@ "h": 11, "w": 12, "x": 12, - "y": 13 + "y": 29 }, "id": 87, "options": { @@ -3404,7 +3417,7 @@ "h": 8, "w": 12, "x": 0, - "y": 24 + "y": 40 }, "id": 516, "options": { @@ -3505,7 +3518,7 @@ "h": 8, "w": 12, "x": 12, - "y": 24 + "y": 40 }, "id": 515, "options": { @@ -3594,7 +3607,7 @@ "h": 8, "w": 12, "x": 0, - "y": 32 + "y": 48 }, "id": 513, "options": { @@ -3683,7 +3696,7 @@ "h": 8, "w": 12, "x": 12, - "y": 32 + "y": 48 }, "id": 517, "options": { @@ -4212,7 +4225,7 @@ "x": 0, "y": 65 }, - "id": 527, + "id": 535, "options": { "legend": { "calcs": [], @@ -4238,7 +4251,7 @@ "refId": "A" } ], - "title": "DB Size - Beacon Node", + "title": "DB size - Beacon node", "type": "timeseries" }, { @@ -4329,7 +4342,7 @@ "x": 12, "y": 65 }, - "id": 529, + "id": 537, "options": { "legend": { "calcs": [], @@ -4355,7 +4368,7 @@ "refId": "A" } ], - "title": "DB Size - Validator", + "title": "DB size - Validator client", "type": "timeseries" }, { @@ -4465,7 +4478,7 @@ "refId": "B" } ], - "title": "Approximate db size duration", + "title": "Approximate DB size duration", "type": "timeseries" } ], @@ -4626,6 +4639,6 @@ "timezone": "utc", "title": "Lodestar - VM + host", "uid": "lodestar_vm_host", - "version": 7, + "version": 8, "weekStart": "monday" }