Skip to content

Commit

Permalink
Fix more duplicate series (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Mar 29, 2024
1 parent ede7d41 commit c74d16f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions dashboards/blockchain/blockchain-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,9 @@
"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_blockchain_netspace_mib{network=\"$network\"} or \n chia_full_node_netspace_mib{network=\"$network\"}) !=0))\n- \nsum without(cluster, application, component, pod, service, instance, namespace, job, instance_name, ref, container, group, endpoint, region)((\n topk(1, \n chia_blockchain_netspace_mib{network=\"$network\"} offset $__range or \n chia_full_node_netspace_mib{network=\"$network\"} offset $__range) != 0))",
"expr": "sum without(cluster, application, component, pod, service, instance, namespace, job, instance_name, ref, container, group, endpoint, region, exported_network)((\n topk(1, \n chia_blockchain_netspace_mib{network=\"$network\"} or \n chia_full_node_netspace_mib{network=\"$network\"}) !=0))\n- \nsum without(cluster, application, component, pod, service, instance, namespace, job, instance_name, ref, container, group, endpoint, region, exported_network)((\n topk(1, \n chia_blockchain_netspace_mib{network=\"$network\"} offset $__range or \n chia_full_node_netspace_mib{network=\"$network\"} offset $__range) != 0))",
"instant": false,
"interval": "",
"legendFormat": "Netspace",
Expand Down Expand Up @@ -518,7 +519,7 @@
},
"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_sub_slot_iters{network=\"$network\"} !=0 \n )\n)",
"expr": "sum without(cluster, application, component, pod, service, instance, namespace, job, instance_name, ref, container, group, endpoint, region, exported_network) (\n topk(1,\n chia_full_node_sub_slot_iters{network=\"$network\"} !=0 \n )\n)",
"interval": "",
"legendFormat": "Difficulty",
"range": true,
Expand Down Expand Up @@ -775,11 +776,13 @@
"type": "prometheus",
"uid": "PB06BBC9CA81C548D"
},
"editorMode": "code",
"exemplar": false,
"expr": "sum without(cluster, application, component, pod, service, instance, instance_name, namespace, job, instance_name, ref, container, group, endpoint, region) (\n topk(1, \n chia_blockchain_netspace_mib{network=\"$network\"} or\n chia_full_node_netspace_mib{network=\"$network\"} and on (instance) (chia_full_node_node_synced{network=\"$network\"} == 1) != 0\n )\n)",
"expr": "sum without(cluster, application, component, pod, service, instance, instance_name, namespace, job, instance_name, ref, container, group, endpoint, region, exported_network) (\n topk(1, \n chia_blockchain_netspace_mib{network=\"$network\"} or\n chia_full_node_netspace_mib{network=\"$network\"} and on (instance) (chia_full_node_node_synced{network=\"$network\"} == 1) != 0\n )\n)",
"hide": false,
"interval": "",
"legendFormat": "Netspace",
"range": true,
"refId": "A"
},
{
Expand Down Expand Up @@ -920,7 +923,7 @@
},
"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_blockchain_difficulty{network=\"$network\"} or \n ( chia_full_node_difficulty{network=\"$network\"} and on (instance) (chia_full_node_node_synced{network=\"$network\"} == 1) ) !=0\n )\n)",
"expr": "sum without(cluster, application, component, pod, service, instance, namespace, job, instance_name, ref, container, group, endpoint, region, exported_network) (\n topk(1, \n chia_blockchain_difficulty{network=\"$network\"} or \n ( chia_full_node_difficulty{network=\"$network\"} and on (instance) (chia_full_node_node_synced{network=\"$network\"} == 1) ) !=0\n )\n)",
"instant": false,
"interval": "",
"legendFormat": "Difficulty",
Expand All @@ -932,7 +935,7 @@
"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_sub_slot_iters{network=\"$network\"} and on (instance) (chia_full_node_node_synced{network=\"$network\"} == 1))\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_sub_slot_iters{network=\"$network\"} and on (instance) (chia_full_node_node_synced{network=\"$network\"} == 1))\n)",
"hide": false,
"legendFormat": "Sub Slot Iters",
"range": true,
Expand Down Expand Up @@ -1618,6 +1621,6 @@
"timezone": "",
"title": "Blockchain State",
"uid": "CL1X4UWnk",
"version": 21,
"version": 24,
"weekStart": ""
}

0 comments on commit c74d16f

Please sign in to comment.