Skip to content

Commit

Permalink
Allow smart tx data from k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Sep 16, 2024
1 parent 4f5327b commit 29efa8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboards/blockchain/mempool-transactions-fees.json
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@
},
"editorMode": "code",
"exemplar": false,
"expr": "sum by (network) (\n topk(1, \n chia_full_node_hint_count{network=\"$network\",pod!~\".+\"} or\n chia_blockchain_hint_count{network=\"$network\",pod!~\".+\"}\n )\n)",
"expr": "sum by (network) (\n topk(1, \n chia_full_node_hint_count{network=\"$network\"} or\n chia_blockchain_hint_count{network=\"$network\"}\n )\n)",
"interval": "",
"legendFormat": "Hint Count",
"range": true,
Expand Down Expand Up @@ -1545,6 +1545,6 @@
"timezone": "",
"title": "Mempool, Transactions, & Fees",
"uid": "46EAA05E",
"version": 24,
"version": 25,
"weekStart": ""
}

0 comments on commit 29efa8b

Please sign in to comment.