Skip to content

Commit

Permalink
Filter the k8s nodes from the smart tx count (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Jan 18, 2024
1 parent 971ac7a commit 5b9d7ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dashboards/blockchain/mempool-transactions-fees.json
Original file line number Diff line number Diff line change
Expand Up @@ -645,10 +645,12 @@
"type": "prometheus",
"uid": "PB06BBC9CA81C548D"
},
"editorMode": "code",
"exemplar": false,
"expr": "sum without(cluster, application, component, pod, service, instance, namespace, job, instance_name, ref, container, group, endpoint, region) (\n topk(1, \n chia_full_node_hint_count{network=\"$network\"} or\n chia_blockchain_hint_count{network=\"$network\"}\n )\n)",
"expr": "sum without(cluster, application, component, pod, service, instance, namespace, job, instance_name, ref, container, group, endpoint, region) (\n topk(1, \n chia_full_node_hint_count{network=\"$network\",pod!~\".+\"} or\n chia_blockchain_hint_count{network=\"$network\",pod!~\".+\"}\n )\n)",
"interval": "",
"legendFormat": "Hint Count",
"range": true,
"refId": "A"
}
],
Expand Down Expand Up @@ -1488,6 +1490,6 @@
"timezone": "",
"title": "Mempool, Transactions, & Fees",
"uid": "46EAA05E",
"version": 1,
"version": 4,
"weekStart": ""
}

0 comments on commit 5b9d7ac

Please sign in to comment.