Skip to content

Commit 067f49d

Browse files
committed
Grafana dashboard update - spanNulls
1 parent 3ce6bd4 commit 067f49d

1 file changed

Lines changed: 9 additions & 15 deletions

File tree

distros/raspberry_pi/grafana/dashboards/node_monitoring.json

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388
"type": "linear"
389389
},
390390
"showPoints": "auto",
391-
"spanNulls": false,
391+
"spanNulls": 60000,
392392
"stacking": {
393393
"group": "A",
394394
"mode": "none"
@@ -1051,7 +1051,7 @@
10511051
"type": "linear"
10521052
},
10531053
"showPoints": "auto",
1054-
"spanNulls": false,
1054+
"spanNulls": 60000,
10551055
"stacking": {
10561056
"group": "A",
10571057
"mode": "none"
@@ -1579,7 +1579,7 @@
15791579
"type": "linear"
15801580
},
15811581
"showPoints": "never",
1582-
"spanNulls": false,
1582+
"spanNulls": 60000,
15831583
"stacking": {
15841584
"group": "A",
15851585
"mode": "none"
@@ -1933,8 +1933,7 @@
19331933
"mode": "absolute",
19341934
"steps": [
19351935
{
1936-
"color": "#535353",
1937-
"value": null
1936+
"color": "#535353"
19381937
},
19391938
{
19401939
"color": "orange",
@@ -2024,8 +2023,7 @@
20242023
"mode": "absolute",
20252024
"steps": [
20262025
{
2027-
"color": "green",
2028-
"value": null
2026+
"color": "green"
20292027
},
20302028
{
20312029
"color": "red",
@@ -2158,8 +2156,7 @@
21582156
"mode": "absolute",
21592157
"steps": [
21602158
{
2161-
"color": "green",
2162-
"value": null
2159+
"color": "green"
21632160
},
21642161
{
21652162
"color": "red",
@@ -2292,8 +2289,7 @@
22922289
"mode": "absolute",
22932290
"steps": [
22942291
{
2295-
"color": "#535353",
2296-
"value": null
2292+
"color": "#535353"
22972293
},
22982294
{
22992295
"color": "yellow",
@@ -2427,8 +2423,7 @@
24272423
"mode": "absolute",
24282424
"steps": [
24292425
{
2430-
"color": "#535353",
2431-
"value": null
2426+
"color": "#535353"
24322427
},
24332428
{
24342429
"color": "yellow",
@@ -2522,8 +2517,7 @@
25222517
"mode": "percentage",
25232518
"steps": [
25242519
{
2525-
"color": "green",
2526-
"value": null
2520+
"color": "green"
25272521
}
25282522
]
25292523
},

0 commit comments

Comments
 (0)