mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(grafana): sort stages (#4373)
This commit is contained in:
@ -249,6 +249,35 @@
|
||||
}
|
||||
],
|
||||
"title": "Stage checkpoints",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "joinByField",
|
||||
"options": {
|
||||
"mode": "outer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "organize",
|
||||
"options": {
|
||||
"excludeByName": {},
|
||||
"indexByName": {
|
||||
"AccountHashing": 6,
|
||||
"Bodies": 2,
|
||||
"Execution": 4,
|
||||
"Finish": 12,
|
||||
"Headers": 0,
|
||||
"IndexAccountHistory": 11,
|
||||
"IndexStorageHistory": 10,
|
||||
"MerkleExecute": 8,
|
||||
"MerkleUnwind": 5,
|
||||
"SenderRecovery": 3,
|
||||
"StorageHashing": 7,
|
||||
"TotalDifficulty": 1,
|
||||
"TransactionLookup": 9
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"transparent": true,
|
||||
"type": "bargauge"
|
||||
},
|
||||
@ -5611,6 +5640,6 @@
|
||||
"timezone": "",
|
||||
"title": "reth",
|
||||
"uid": "2k8BXz24x",
|
||||
"version": 6,
|
||||
"version": 7,
|
||||
"weekStart": ""
|
||||
}
|
||||
Reference in New Issue
Block a user