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

Remove the hard fork readiness pie chart, since we are now past the h… #98

Merged
merged 1 commit into from
Jul 3, 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
109 changes: 12 additions & 97 deletions dashboards/blockchain/peer-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "10.4.0",
"pluginVersion": "10.4.5",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -208,7 +208,7 @@
"zoom": 1
}
},
"pluginVersion": "10.4.0",
"pluginVersion": "10.4.5",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -294,7 +294,7 @@
}
]
},
"pluginVersion": "10.4.0",
"pluginVersion": "10.4.5",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -420,7 +420,7 @@
}
]
},
"pluginVersion": "10.4.0",
"pluginVersion": "10.4.5",
"targets": [
{
"dataset": "blocks",
Expand Down Expand Up @@ -503,7 +503,7 @@
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "10.4.0",
"pluginVersion": "10.4.5",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -569,7 +569,7 @@
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "10.4.0",
"pluginVersion": "10.4.5",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -635,7 +635,7 @@
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "10.4.0",
"pluginVersion": "10.4.5",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -747,91 +747,6 @@
"title": "Version Breakdown",
"type": "piechart"
},
{
"datasource": {
"type": "prometheus",
"uid": "PB06BBC9CA81C548D"
},
"description": "Shows the fraction of peers discovered that run a version recent enough to support the 2.1 hard fork",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
}
},
"mappings": []
},
"overrides": []
},
"gridPos": {
"h": 12,
"w": 5,
"x": 7,
"y": 13
},
"id": 30,
"options": {
"displayLabels": [
"percent"
],
"legend": {
"displayMode": "list",
"placement": "bottom",
"showLegend": true,
"values": [
"percent"
]
},
"pieType": "pie",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "PB06BBC9CA81C548D"
},
"editorMode": "code",
"exemplar": false,
"expr": "sum(max by (version) (chia_crawler_peer_version{network=\"$network\", version =~ \"[2-9]\\\\.[1-9][0-9]*\\\\.[0-9]+.*\"}))",
"interval": "",
"legendFormat": "ready for hard fork",
"range": true,
"refId": "A"
},
{
"datasource": {
"type": "prometheus",
"uid": "PB06BBC9CA81C548D"
},
"editorMode": "code",
"expr": "sum(max by (version) (chia_crawler_peer_version{network=\"$network\", version !~ \"[2-9]\\\\.[1-9][0-9]*\\\\.[0-9]+.*\"}))",
"hide": false,
"instant": false,
"legendFormat": "not ready",
"range": true,
"refId": "B"
}
],
"title": "Hard fork readiness",
"type": "piechart"
},
{
"datasource": {
"type": "prometheus",
Expand All @@ -858,8 +773,8 @@
},
"gridPos": {
"h": 12,
"w": 12,
"x": 12,
"w": 17,
"x": 7,
"y": 13
},
"id": 2,
Expand Down Expand Up @@ -887,7 +802,7 @@
"text": {},
"valueMode": "color"
},
"pluginVersion": "10.4.0",
"pluginVersion": "10.4.5",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -1338,7 +1253,7 @@
{
"allValue": ".*",
"current": {
"selected": true,
"selected": false,
"text": "mainnet",
"value": "mainnet"
},
Expand Down Expand Up @@ -1374,6 +1289,6 @@
"timezone": "",
"title": "Peer Info",
"uid": "em15uQ47k",
"version": 4,
"version": 5,
"weekStart": ""
}