chore(grafana): set default time range to now

This commit is contained in:
mpabi
2026-02-14 14:08:11 +01:00
parent b02bd6b66c
commit 9c4c3096d7

View File

@@ -13,6 +13,11 @@ data:
"timezone": "browser",
"schemaVersion": 39,
"version": 2,
"time": { "from": "now-6h", "to": "now" },
"timepicker": {
"refresh_intervals": ["5s", "10s", "30s", "1m", "5m"],
"time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d"]
},
"refresh": "10s",
"tags": ["agave", "solana", "mpabi"],
"templating": {
@@ -174,4 +179,3 @@ data:
}
]
}