Skip to content

Commit

Permalink
templates/dashboards: show the last 6 hours by default
Browse files Browse the repository at this point in the history
The SLO section always shows the last 28 days, and the operational
section is only interesting over a shorter period of time, so reflect
that in the default time and internal settings.
  • Loading branch information
croissanne committed Jun 29, 2023
1 parent c264fae commit 1941789
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,8 @@ data:
"auto_min": "10s",
"current": {
"selected": true,
"text": "6h",
"value": "6h"
"text": "30m",
"value": "30m"
},
"hide": 0,
"name": "interval",
Expand All @@ -770,7 +770,7 @@ data:
"value": "5m"
},
{
"selected": false,
"selected": true,
"text": "30m",
"value": "30m"
},
Expand All @@ -780,7 +780,7 @@ data:
"value": "1h"
},
{
"selected": true,
"selected": false,
"text": "6h",
"value": "6h"
},
Expand Down Expand Up @@ -840,7 +840,7 @@ data:
]
},
"time": {
"from": "now-28d",
"from": "now-6h",
"to": "now"
},
"timepicker": {
Expand Down Expand Up @@ -871,6 +871,6 @@ data:
"timezone": "",
"title": "Image Builder CRC",
"uid": "image-builder-crc",
"version": 11,
"version": 12,
"weekStart": ""
}

0 comments on commit 1941789

Please sign in to comment.