diff --git a/grafana/provisioning/dashboards/basic/pokt-dash.json b/grafana/provisioning/dashboards/basic/pokt-dash.json index 64767644..558d30f5 100644 --- a/grafana/provisioning/dashboards/basic/pokt-dash.json +++ b/grafana/provisioning/dashboards/basic/pokt-dash.json @@ -21,8 +21,8 @@ "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, - "id": 4, - "iteration": 1656678179037, + "id": 6, + "iteration": 1656686026130, "links": [], "liveNow": false, "panels": [ @@ -912,16 +912,12 @@ "type": "prometheus", "uid": "$DS_PROMETHEUS" }, - "description": "Block Processing Time sum / count", + "description": "consensus_missing_validators", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, - "custom": { - "fillOpacity": 70, - "lineWidth": 1 - }, "mappings": [], "thresholds": { "mode": "absolute", @@ -929,14 +925,6 @@ { "color": "green", "value": null - }, - { - "color": "#EAB839", - "value": 40000 - }, - { - "color": "red", - "value": 50000 } ] } @@ -949,18 +937,18 @@ "x": 8, "y": 10 }, - "id": 15, + "id": 21, "options": { - "colWidth": 0.9, - "legend": { - "displayMode": "table", - "placement": "right" + "orientation": "auto", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false }, - "rowHeight": 0.73, - "showValue": "always", - "tooltip": { - "mode": "single" - } + "showThresholdLabels": false, + "showThresholdMarkers": true }, "pluginVersion": "8.3.3", "targets": [ @@ -970,20 +958,21 @@ "uid": "$DS_PROMETHEUS" }, "exemplar": true, - "expr": "tendermint_state_block_processing_time_sum{job=~\"$job\"} / tendermint_state_block_processing_time_count{job=~\"$job\"}", + "expr": "tendermint_consensus_missing_validators_power{job=~\"$job\"}", "interval": "", - "legendFormat": ".", + "legendFormat": "", "refId": "A" } ], - "title": "Block Processing Time sum / count", - "type": "status-history" + "title": "missing_validators", + "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "$DS_PROMETHEUS" }, + "description": "", "fieldConfig": { "defaults": { "color": { @@ -993,7 +982,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, - "drawStyle": "bars", + "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { @@ -1025,9 +1014,13 @@ "color": "green", "value": null }, + { + "color": "#EAB839", + "value": 40000 + }, { "color": "red", - "value": 80 + "value": 50000 } ] } @@ -1035,12 +1028,12 @@ "overrides": [] }, "gridPos": { - "h": 6, + "h": 3, "w": 4, "x": 12, "y": 10 }, - "id": 17, + "id": 16, "options": { "legend": { "calcs": [], @@ -1059,13 +1052,13 @@ "uid": "$DS_PROMETHEUS" }, "exemplar": true, - "expr": "tendermint_consensus_block_interval_seconds{job=~\"$job\"}", + "expr": "histogram_quantile(0.9, sum by (le) (rate(tendermint_mempool_tx_size_bytes_bucket{job=~\"$job\"}[1m])))", "interval": "", "legendFormat": "", "refId": "A" } ], - "title": "block interval", + "title": "mempool tx size", "type": "timeseries" }, { @@ -1198,12 +1191,16 @@ "type": "prometheus", "uid": "$DS_PROMETHEUS" }, - "description": "consensus_missing_validators", + "description": "Block Processing Time sum / count", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, + "custom": { + "fillOpacity": 70, + "lineWidth": 4 + }, "mappings": [], "thresholds": { "mode": "absolute", @@ -1211,9 +1208,18 @@ { "color": "green", "value": null + }, + { + "color": "#EAB839", + "value": 40000 + }, + { + "color": "red", + "value": 50000 } ] - } + }, + "unit": "m" }, "overrides": [] }, @@ -1223,18 +1229,18 @@ "x": 8, "y": 13 }, - "id": 21, + "id": 15, "options": { - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false + "colWidth": 0.77, + "legend": { + "displayMode": "table", + "placement": "right" }, - "showThresholdLabels": false, - "showThresholdMarkers": true + "rowHeight": 0.87, + "showValue": "always", + "tooltip": { + "mode": "single" + } }, "pluginVersion": "8.3.3", "targets": [ @@ -1244,14 +1250,106 @@ "uid": "$DS_PROMETHEUS" }, "exemplar": true, - "expr": "tendermint_consensus_missing_validators_power{job=~\"$job\"}", + "expr": "tendermint_state_block_processing_time_sum{job=~\"$job\"} / 60000", + "format": "time_series", + "instant": false, + "interval": "", + "intervalFactor": 1, + "legendFormat": ".", + "refId": "A" + } + ], + "title": "Block Processing Time ", + "type": "status-history" + }, + { + "datasource": { + "type": "prometheus", + "uid": "$DS_PROMETHEUS" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "bars", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 4, + "w": 4, + "x": 12, + "y": 13 + }, + "id": 17, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom" + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "8.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$DS_PROMETHEUS" + }, + "exemplar": true, + "expr": "tendermint_consensus_block_interval_seconds{job=~\"$job\"}", "interval": "", "legendFormat": "", "refId": "A" } ], - "title": "missing_validators", - "type": "gauge" + "title": "block interval", + "type": "timeseries" }, { "datasource": { @@ -1343,100 +1441,6 @@ "title": "Avg relay time for all chains", "type": "timeseries" }, - { - "datasource": { - "type": "prometheus", - "uid": "$DS_PROMETHEUS" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "#EAB839", - "value": 40000 - }, - { - "color": "red", - "value": 50000 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 4, - "x": 12, - "y": 16 - }, - "id": 16, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single" - } - }, - "pluginVersion": "8.3.3", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "$DS_PROMETHEUS" - }, - "exemplar": true, - "expr": "histogram_quantile(0.9, sum by (le) (rate(tendermint_mempool_tx_size_bytes_bucket{job=~\"$job\"}[1m])))", - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "mempool tx size", - "type": "timeseries" - }, { "datasource": { "type": "prometheus", @@ -1494,8 +1498,8 @@ "overrides": [] }, "gridPos": { - "h": 5, - "w": 12, + "h": 4, + "w": 16, "x": 0, "y": 17 }, @@ -1535,9 +1539,9 @@ "list": [ { "current": { - "selected": false, - "text": "pocket-fr-2", - "value": "pocket-fr-2" + "selected": true, + "text": "pocket-fr-1", + "value": "pocket-fr-1" }, "hide": 0, "includeAll": false, @@ -1546,12 +1550,12 @@ "name": "job", "options": [ { - "selected": false, + "selected": true, "text": "pocket-fr-1", "value": "pocket-fr-1" }, { - "selected": true, + "selected": false, "text": "pocket-fr-2", "value": "pocket-fr-2" }, @@ -1608,7 +1612,7 @@ }, { "current": { - "selected": false, + "selected": true, "text": "pokt-fr-1", "value": "pokt-fr-1" }, @@ -1635,6 +1639,6 @@ "timezone": "", "title": "Pokt Dashboard", "uid": "PPoaArJnz", - "version": 10, + "version": 1, "weekStart": "" } \ No newline at end of file