Skip to content

Commit

Permalink
Merge pull request #64 from Chia-Network/exclude-k8s-nodes
Browse files Browse the repository at this point in the history
Exclude k8s nodes for now
  • Loading branch information
cmmarslender authored Oct 18, 2023
2 parents 4fc2b37 + 57d34ef commit 5bb214a
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions dashboards/blockchain/blockchain-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"text": {},
"textMode": "value"
},
"pluginVersion": "9.5.1",
"pluginVersion": "10.1.4",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -165,7 +165,7 @@
"text": {},
"textMode": "value"
},
"pluginVersion": "9.5.1",
"pluginVersion": "10.1.4",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -229,7 +229,7 @@
"text": {},
"textMode": "value"
},
"pluginVersion": "9.5.1",
"pluginVersion": "10.1.4",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -292,7 +292,7 @@
"text": {},
"textMode": "value"
},
"pluginVersion": "9.5.1",
"pluginVersion": "10.1.4",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -356,7 +356,7 @@
"text": {},
"textMode": "value"
},
"pluginVersion": "9.5.1",
"pluginVersion": "10.1.4",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -419,7 +419,7 @@
"text": {},
"textMode": "value"
},
"pluginVersion": "9.5.1",
"pluginVersion": "10.1.4",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -487,6 +487,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -608,6 +609,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -736,6 +738,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -870,6 +873,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -988,6 +992,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -1046,11 +1051,13 @@
"type": "prometheus",
"uid": "PB06BBC9CA81C548D"
},
"editorMode": "code",
"exemplar": false,
"expr": "max(\n rate(\n chia_full_node_total_signage_points{network=\"$network\"}[5m]\n ) * 9.375\n)",
"expr": "max(\n rate(\n chia_full_node_total_signage_points{network=\"$network\",namespace!=\"chia-blockchain\"}[5m]\n ) * 9.375\n)",
"hide": false,
"interval": "",
"legendFormat": "SPs/9.375s",
"range": true,
"refId": "B"
}
],
Expand Down Expand Up @@ -1104,7 +1111,7 @@
"showUnfilled": true,
"valueMode": "color"
},
"pluginVersion": "9.5.1",
"pluginVersion": "10.1.4",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -1181,6 +1188,6 @@
"timezone": "",
"title": "Blockchain State",
"uid": "CL1X4UWnk",
"version": 27,
"version": 30,
"weekStart": ""
}

0 comments on commit 5bb214a

Please sign in to comment.