Skip to content

Commit eccdf1b

Browse files
committed
Update Grafana dashboard defaults and color steps
1 parent 9e19df8 commit eccdf1b

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.ressources/example-grafana-dashboard.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,11 @@
405405
"mode": "absolute",
406406
"steps": [
407407
{
408-
"color": "green"
408+
"color": "light-yellow"
409+
},
410+
{
411+
"color": "green",
412+
"value": 1
409413
}
410414
]
411415
}
@@ -530,8 +534,8 @@
530534
"auto_count": 30,
531535
"auto_min": "10s",
532536
"current": {
533-
"text": "2h",
534-
"value": "2h"
537+
"text": "$__auto",
538+
"value": "$__auto"
535539
},
536540
"name": "interval",
537541
"options": [
@@ -561,7 +565,7 @@
561565
"value": "1h"
562566
},
563567
{
564-
"selected": true,
568+
"selected": false,
565569
"text": "2h",
566570
"value": "2h"
567571
},
@@ -583,13 +587,13 @@
583587
]
584588
},
585589
"time": {
586-
"from": "now-6h",
590+
"from": "now-1h",
587591
"to": "now"
588592
},
589593
"timepicker": {},
590594
"timezone": "browser",
591595
"title": "LinkRouter",
592596
"uid": "922ee09f-2e9e-43bf-82bc-17feb5bae32c",
593-
"version": 28,
597+
"version": 29,
594598
"weekStart": ""
595599
}

0 commit comments

Comments
 (0)