dashboards/worker: default to showing the past 6 hours

The worker dashboards contains slow queries, running these on 28 days of
data take a very long time (and they often time out).
This commit is contained in:
Sanne Raymaekers 2023-08-24 11:48:33 +02:00
parent e40fe408d9
commit 715bdba1bf

View file

@ -2127,7 +2127,7 @@ data:
]
},
"time": {
"from": "now-28d",
"from": "now-6h",
"to": "now"
},
"timepicker": {
@ -2158,6 +2158,6 @@ data:
"timezone": "",
"title": "Image Builder Worker",
"uid": "image-builder-worker",
"version": 12,
"version": 13,
"weekStart": ""
}