Skip to content

Commit

Permalink
Updated value mapping for non-public test Grafana dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszslabon committed Sep 6, 2023
1 parent 75eacbe commit d40fce5
Showing 1 changed file with 28 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,29 @@
"mode": "off"
}
},
"mappings": [],
"mappings": [
{
"options": {
"0": {
"index": 1,
"text": "False"
},
"1": {
"index": 0,
"text": "True"
},
"N/A": {
"index": 2,
"text": "False"
},
"Null": {
"index": 3,
"text": "False"
}
},
"type": "value"
}
],
"thresholds": {
"mode": "percentage",
"steps": [
Expand All @@ -656,32 +678,7 @@
},
"unit": "bool"
},
"overrides": [
{
"__systemRef": "hideSeriesFrom",
"matcher": {
"id": "byNames",
"options": {
"mode": "exclude",
"names": [
"0xcAB2a402bAc470686d14956FB310D51BbEF9fA31"
],
"prefix": "All except:",
"readOnly": true
}
},
"properties": [
{
"id": "custom.hideFrom",
"value": {
"legend": false,
"tooltip": false,
"viz": true
}
}
]
}
]
"overrides": []
},
"gridPos": {
"h": 10,
Expand Down Expand Up @@ -797,7 +794,7 @@
"options": {
"mode": "exclude",
"names": [
"0x785c5074db6AD52F20338AC472433E7e9306a6B3"
"0x8e78De834407E863A79a9820688CdA0AedFfAB6a"
],
"prefix": "All except:",
"readOnly": true
Expand Down Expand Up @@ -878,8 +875,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
}
]
}
Expand Down Expand Up @@ -948,8 +944,7 @@
"mode": "absolute",
"steps": [
{
"color": "super-light-orange",
"value": null
"color": "super-light-orange"
},
{
"color": "super-light-green",
Expand Down Expand Up @@ -1035,6 +1030,6 @@
"timezone": "",
"title": "Keep Nodes",
"uid": "tMgEvbnVk",
"version": 23,
"version": 32,
"weekStart": ""
}

0 comments on commit d40fce5

Please sign in to comment.