feat(grafana): ExEx WAL (#11461)

This commit is contained in:
Alexey Shekhirin
2024-10-03 18:12:37 +03:00
committed by GitHub
parent 59c6329ffa
commit a0867a6b05

View File

@ -2,7 +2,7 @@
"__inputs": [
{
"name": "DS_PROMETHEUS",
"label": "Prometheus",
"label": "prometheus",
"description": "",
"type": "datasource",
"pluginId": "prometheus",
@ -7787,7 +7787,7 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"description": "The total number of canonical state notifications sent to an ExEx.",
"description": "The total number of canonical state notifications sent to ExExes.",
"fieldConfig": {
"defaults": {
"color": {
@ -7884,7 +7884,7 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"description": "The total number of events an ExEx has sent to the manager.",
"description": "The total number of events ExExes have sent to the manager.",
"fieldConfig": {
"defaults": {
"color": {
@ -7981,7 +7981,7 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"description": "Current and Max capacity of the internal state notifications buffer.",
"description": "Current and Maximum capacity of the internal state notifications buffer.",
"fieldConfig": {
"defaults": {
"color": {
@ -8187,7 +8187,7 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"description": "Number of ExExs on the node",
"description": "Total number of ExExes installed in the node",
"fieldConfig": {
"defaults": {
"color": {
@ -8250,7 +8250,7 @@
"refId": "A"
}
],
"title": "Number of ExExs",
"title": "Number of ExExes",
"type": "stat"
},
{
@ -8261,6 +8261,343 @@
"x": 0,
"y": 308
},
"id": 241,
"panels": [],
"title": "Execution Extensions Write-Ahead Log",
"type": "row"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"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",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"fieldMinMax": false,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 309
},
"id": 243,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "multi",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "reth_exex_wal_lowest_committed_block_height{instance=~\"$instance\"}",
"hide": false,
"instant": false,
"legendFormat": "Lowest Block",
"range": true,
"refId": "B"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "reth_exex_wal_highest_committed_block_height{instance=~\"$instance\"}",
"hide": false,
"instant": false,
"legendFormat": "Highest Block",
"range": true,
"refId": "C"
}
],
"title": "Current Committed Block Heights",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"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",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"fieldMinMax": false,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"y": 309
},
"id": 244,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "multi",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "reth_exex_wal_committed_blocks_count{instance=~\"$instance\"}",
"hide": false,
"instant": false,
"legendFormat": "Committed Blocks",
"range": true,
"refId": "C"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "reth_exex_wal_notifications_count{instance=~\"$instance\"}",
"hide": false,
"instant": false,
"legendFormat": "Notifications",
"range": true,
"refId": "B"
}
],
"title": "Number of entities",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"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",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"fieldMinMax": false,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "bytes"
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 317
},
"id": 245,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
"tooltip": {
"mode": "multi",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "reth_exex_wal_size_bytes{instance=~\"$instance\"}",
"hide": false,
"instant": false,
"legendFormat": "__auto",
"range": true,
"refId": "C"
}
],
"title": "Total size of all notifications",
"type": "timeseries"
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 325
},
"id": 226,
"panels": [],
"title": "Eth Requests",
@ -8357,7 +8694,7 @@
"h": 8,
"w": 12,
"x": 0,
"y": 309
"y": 326
},
"id": 225,
"options": {
@ -8486,7 +8823,7 @@
"h": 8,
"w": 12,
"x": 12,
"y": 309
"y": 326
},
"id": 227,
"options": {
@ -8615,7 +8952,7 @@
"h": 8,
"w": 12,
"x": 0,
"y": 317
"y": 334
},
"id": 235,
"options": {
@ -8744,7 +9081,7 @@
"h": 8,
"w": 12,
"x": 12,
"y": 317
"y": 334
},
"id": 234,
"options": {
@ -8821,6 +9158,6 @@
"timezone": "",
"title": "Reth",
"uid": "2k8BXz24x",
"version": 3,
"version": 8,
"weekStart": ""
}