Skip to content

Commit

Permalink
Merge pull request #96 from Chia-Network/block-fill-70
Browse files Browse the repository at this point in the history
Adjust block limit in mempool dashboard
  • Loading branch information
Starttoaster authored Jun 20, 2024
2 parents b45b0f4 + f54aacf commit 2dad035
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dashboards/blockchain/mempool-transactions-fees.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,10 @@
"uid": "PB06BBC9CA81C548D"
},
"editorMode": "code",
"expr": "sum without(cluster, application, component, pod, service, instance, namespace, job, instance_name, ref, container, group, endpoint, region, exported_network) (\n topk(1, chia_full_node_block_max_cost{network=\"$network\"}) * 0.6\n)",
"expr": "sum without(cluster, application, component, pod, service, instance, namespace, job, instance_name, ref, container, group, endpoint, region, exported_network) (\n topk(1, chia_full_node_block_max_cost{network=\"$network\"}) * 0.7\n)",
"hide": false,
"instant": false,
"legendFormat": "60% Block Limit",
"legendFormat": "70% Block Limit",
"range": true,
"refId": "C"
}
Expand Down Expand Up @@ -575,10 +575,10 @@
},
"editorMode": "code",
"exemplar": true,
"expr": ".6",
"expr": ".7",
"hide": false,
"interval": "",
"legendFormat": "60% Block Limit",
"legendFormat": "70% Block Limit",
"range": true,
"refId": "B"
}
Expand Down

0 comments on commit 2dad035

Please sign in to comment.