fix(grafana): time frame (#7407)

This commit is contained in:
Emilia Hane
2024-04-01 15:24:25 +02:00
committed by GitHub
parent 1b9a768754
commit 0be61cd5f1
2 changed files with 3 additions and 3 deletions

View File

@ -8387,7 +8387,7 @@
"type": "timeseries" "type": "timeseries"
} }
], ],
"refresh": "5s", "refresh": "30s",
"revision": 1, "revision": 1,
"schemaVersion": 39, "schemaVersion": 39,
"tags": [], "tags": [],
@ -8464,7 +8464,7 @@
] ]
}, },
"time": { "time": {
"from": "now-3h", "from": "now-1h",
"to": "now" "to": "now"
}, },
"timepicker": {}, "timepicker": {},

View File

@ -2848,7 +2848,7 @@
] ]
}, },
"time": { "time": {
"from": "now-6h", "from": "now-1h",
"to": "now" "to": "now"
}, },
"timepicker": {}, "timepicker": {},