mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(grafana): time frame (#7407)
This commit is contained in:
@ -8387,7 +8387,7 @@
|
||||
"type": "timeseries"
|
||||
}
|
||||
],
|
||||
"refresh": "5s",
|
||||
"refresh": "30s",
|
||||
"revision": 1,
|
||||
"schemaVersion": 39,
|
||||
"tags": [],
|
||||
@ -8464,7 +8464,7 @@
|
||||
]
|
||||
},
|
||||
"time": {
|
||||
"from": "now-3h",
|
||||
"from": "now-1h",
|
||||
"to": "now"
|
||||
},
|
||||
"timepicker": {},
|
||||
|
||||
@ -2848,7 +2848,7 @@
|
||||
]
|
||||
},
|
||||
"time": {
|
||||
"from": "now-6h",
|
||||
"from": "now-1h",
|
||||
"to": "now"
|
||||
},
|
||||
"timepicker": {},
|
||||
|
||||
Reference in New Issue
Block a user