Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix more duplicate series #86

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": ""
}
Loading