Skip to content

Commit

Permalink
Remove the hard fork readiness pie chart, since we are now past the h…
Browse files Browse the repository at this point in the history
…ard fork
  • Loading branch information
cmmarslender committed Jul 3, 2024
1 parent 9f64c1a commit 98169db
Showing 1 changed file with 12 additions and 97 deletions.
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": ""
}

0 comments on commit 98169db

Please sign in to comment.