We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5acce1 commit 1d8d83eCopy full SHA for 1d8d83e
1 file changed
templates/General/etcd-on-cluster-dashboard.jsonnet
@@ -3,7 +3,7 @@ local queries = import '../../assets/etcd-on-cluster-dashboard/queries.libsonnet
3
local variables = import '../../assets/etcd-on-cluster-dashboard/variables.libsonnet';
4
local g = import 'github.com/grafana/grafonnet/gen/grafonnet-latest/main.libsonnet';
5
6
-g.dashboard.new('etcd-cluster-info dashoard')
+g.dashboard.new('etcd-cluster-info dashboard')
7
+ g.dashboard.time.withFrom('now-1h')
8
+ g.dashboard.time.withTo('now')
9
+ g.dashboard.withTimezone('utc')
0 commit comments