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:
parent
e40fe408d9
commit
715bdba1bf
1 changed files with 2 additions and 2 deletions
|
|
@ -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": ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue