Skip to content

Commit

Permalink
Mempool Cost Updates (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Feb 6, 2024
1 parent 949c9ba commit b56bc25
Showing 1 changed file with 39 additions and 14 deletions.
53 changes: 39 additions & 14 deletions dashboards/blockchain/mempool-transactions-fees.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
"value": 80
}
]
}
},
"unitScale": true
},
"overrides": []
},
Expand Down Expand Up @@ -203,7 +204,8 @@
}
]
},
"unit": "short"
"unit": "short",
"unitScale": true
},
"overrides": [
{
Expand Down Expand Up @@ -260,13 +262,27 @@
"type": "prometheus",
"uid": "PB06BBC9CA81C548D"
},
"editorMode": "code",
"exemplar": true,
"expr": "sum without(cluster, application, component, pod, service, instance, namespace, job, instance_name, ref, container, group, endpoint, region) (\n topk(1, chia_full_node_mempool_max_total_cost{network=\"$network\"})!=0\n)",
"expr": "sum without(cluster, application, component, pod, service, instance, namespace, job, instance_name, ref, container, group, endpoint, region) (\n bottomk(1, chia_full_node_mempool_max_total_cost{network=\"$network\"})!=0\n)",
"hide": false,
"instant": false,
"interval": "",
"legendFormat": "Max Cost",
"legendFormat": "Max Mempool Cost",
"refId": "A"
},
{
"datasource": {
"type": "prometheus",
"uid": "PB06BBC9CA81C548D"
},
"editorMode": "code",
"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",
"range": true,
"refId": "C"
}
],
"title": "Mempool Cost",
Expand Down Expand Up @@ -355,7 +371,8 @@
"value": 80
}
]
}
},
"unitScale": true
},
"overrides": []
},
Expand Down Expand Up @@ -453,7 +470,8 @@
}
]
},
"unit": "percentunit"
"unit": "percentunit",
"unitScale": true
},
"overrides": [
{
Expand Down Expand Up @@ -616,7 +634,8 @@
"value": 80
}
]
}
},
"unitScale": true
},
"overrides": []
},
Expand Down Expand Up @@ -740,7 +759,8 @@
}
]
},
"unit": "XCH"
"unit": "XCH",
"unitScale": true
},
"overrides": [
{
Expand Down Expand Up @@ -887,7 +907,8 @@
}
]
},
"unit": "none"
"unit": "none",
"unitScale": true
},
"overrides": []
},
Expand Down Expand Up @@ -1006,7 +1027,8 @@
}
]
},
"unit": "none"
"unit": "none",
"unitScale": true
},
"overrides": []
},
Expand Down Expand Up @@ -1129,7 +1151,8 @@
}
]
},
"unit": "mojos"
"unit": "mojos",
"unitScale": true
},
"overrides": []
},
Expand Down Expand Up @@ -1259,7 +1282,8 @@
}
]
},
"unit": "none"
"unit": "none",
"unitScale": true
},
"overrides": []
},
Expand Down Expand Up @@ -1378,7 +1402,8 @@
}
]
},
"unit": "none"
"unit": "none",
"unitScale": true
},
"overrides": []
},
Expand Down Expand Up @@ -1490,6 +1515,6 @@
"timezone": "",
"title": "Mempool, Transactions, & Fees",
"uid": "46EAA05E",
"version": 4,
"version": 9,
"weekStart": ""
}

0 comments on commit b56bc25

Please sign in to comment.