mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feature: add Blob pool metrics (#6373)
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
@ -3499,6 +3499,17 @@
|
||||
"legendFormat": "Queued pool size",
|
||||
"range": true,
|
||||
"refId": "C"
|
||||
},
|
||||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${DS_PROMETHEUS}"
|
||||
},
|
||||
"editorMode": "builder",
|
||||
"expr": "reth_transaction_pool_blob_pool_size_bytes{instance=~\"$instance\"}",
|
||||
"legendFormat": "Blob pool size",
|
||||
"range": true,
|
||||
"refId": "D"
|
||||
}
|
||||
],
|
||||
"title": "Subpool sizes in bytes",
|
||||
@ -3616,6 +3627,17 @@
|
||||
"legendFormat": "Queued pool transactions",
|
||||
"range": true,
|
||||
"refId": "C"
|
||||
},
|
||||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${DS_PROMETHEUS}"
|
||||
},
|
||||
"editorMode": "builder",
|
||||
"expr": "reth_transaction_pool_blob_pool_transactions{instance=~\"$instance\"}",
|
||||
"legendFormat": "Blob pool transactions",
|
||||
"range": true,
|
||||
"refId": "D"
|
||||
}
|
||||
],
|
||||
"title": "Subpool transaction count",
|
||||
|
||||
Reference in New Issue
Block a user