Skip to content

Commit

Permalink
Fix new graph to use network var (#77)
Browse files Browse the repository at this point in the history
* Fix new graph to use network var

* Fix typo
  • Loading branch information
cmmarslender authored Feb 13, 2024
1 parent 93fb606 commit f17f5b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dashboards/blockchain/blockchain-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
"uid": "PB06BBC9CA81C548D"
},
"editorMode": "code",
"expr": "1/sum without(cluster, application, component, pod, service, instance, namespace, job, instance_name, ref, container, group, endpoint, region) (\n topk(1, rate(chia_full_node_transaction_blocks{network=\"mainnet\"}[5m]))\n)",
"expr": "1/sum without(cluster, application, component, pod, service, instance, namespace, job, instance_name, ref, container, group, endpoint, region) (\n topk(1, rate(chia_full_node_transaction_blocks{network=\"$network\"}[5m]))\n)",
"instant": false,
"legendFormat": "__auto",
"range": true,
Expand Down Expand Up @@ -1483,7 +1483,7 @@
{
"allValue": ".*",
"current": {
"selected": false,
"selected": true,
"text": "mainnet",
"value": "mainnet"
},
Expand Down Expand Up @@ -1519,6 +1519,6 @@
"timezone": "",
"title": "Blockchain State",
"uid": "CL1X4UWnk",
"version": 1,
"version": 4,
"weekStart": ""
}

0 comments on commit f17f5b9

Please sign in to comment.