Skip to content

Commit

Permalink
Change block fill limit to be based on dynamic data
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Mar 13, 2024
1 parent 23cc969 commit 0a68c10
Showing 1 changed file with 17 additions and 26 deletions.
43 changes: 17 additions & 26 deletions dashboards/blockchain/mempool-transactions-fees.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@
"value": 80
}
]
},
"unitScale": true
}
},
"overrides": []
},
Expand Down Expand Up @@ -204,8 +203,7 @@
}
]
},
"unit": "short",
"unitScale": true
"unit": "short"
},
"overrides": [
{
Expand Down Expand Up @@ -280,7 +278,7 @@
"expr": "sum without(cluster, application, component, pod, service, instance, namespace, job, instance_name, ref, container, group, endpoint, region) (\n topk(1, chia_full_node_block_max_cost{network=\"$network\"}) * 0.6\n)",
"hide": false,
"instant": false,
"legendFormat": "60% Block Limit",
"legendFormat": "Current Block Limit",
"range": true,
"refId": "C"
}
Expand Down Expand Up @@ -371,8 +369,7 @@
"value": 80
}
]
},
"unitScale": true
}
},
"overrides": []
},
Expand Down Expand Up @@ -470,8 +467,7 @@
}
]
},
"unit": "percentunit",
"unitScale": true
"unit": "percentunit"
},
"overrides": [
{
Expand Down Expand Up @@ -567,11 +563,13 @@
"type": "prometheus",
"uid": "PB06BBC9CA81C548D"
},
"editorMode": "code",
"exemplar": true,
"expr": ".5",
"expr": "sum without(cluster, application, component, pod, service, instance, namespace, job, instance_name, ref, container, group, endpoint, region) (\n topk(1, chia_full_node_block_max_cost{network=\"$network\"}) * 0.6\n)",
"hide": false,
"interval": "",
"legendFormat": "Current Block Cap",
"legendFormat": "Current Block Limit",
"range": true,
"refId": "B"
}
],
Expand Down Expand Up @@ -634,8 +632,7 @@
"value": 80
}
]
},
"unitScale": true
}
},
"overrides": []
},
Expand Down Expand Up @@ -759,8 +756,7 @@
}
]
},
"unit": "XCH",
"unitScale": true
"unit": "XCH"
},
"overrides": [
{
Expand Down Expand Up @@ -907,8 +903,7 @@
}
]
},
"unit": "none",
"unitScale": true
"unit": "none"
},
"overrides": []
},
Expand Down Expand Up @@ -1027,8 +1022,7 @@
}
]
},
"unit": "none",
"unitScale": true
"unit": "none"
},
"overrides": []
},
Expand Down Expand Up @@ -1151,8 +1145,7 @@
}
]
},
"unit": "mojos",
"unitScale": true
"unit": "mojos"
},
"overrides": []
},
Expand Down Expand Up @@ -1282,8 +1275,7 @@
}
]
},
"unit": "none",
"unitScale": true
"unit": "none"
},
"overrides": []
},
Expand Down Expand Up @@ -1402,8 +1394,7 @@
}
]
},
"unit": "none",
"unitScale": true
"unit": "none"
},
"overrides": []
},
Expand Down Expand Up @@ -1515,6 +1506,6 @@
"timezone": "",
"title": "Mempool, Transactions, & Fees",
"uid": "46EAA05E",
"version": 9,
"version": 10,
"weekStart": ""
}

0 comments on commit 0a68c10

Please sign in to comment.