Skip to content

Commit a8be48c

Browse files
authored
Merge pull request #472 from ravilr/fix_apiserver_panels
change back span length for some panels in apiserver dashboard
2 parents 23dc196 + 46863c3 commit a8be48c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dashboards/apiserver.libsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ local singlestat = grafana.singlestat;
136136
graphPanel.new(
137137
'Work Queue Add Rate',
138138
datasource='$datasource',
139-
span=4,
139+
span=6,
140140
format='ops',
141141
legend_show=false,
142142
min=0,
@@ -147,7 +147,7 @@ local singlestat = grafana.singlestat;
147147
graphPanel.new(
148148
'Work Queue Depth',
149149
datasource='$datasource',
150-
span=4,
150+
span=6,
151151
format='short',
152152
legend_show=false,
153153
min=0,
@@ -159,7 +159,7 @@ local singlestat = grafana.singlestat;
159159
graphPanel.new(
160160
'Work Queue Latency',
161161
datasource='$datasource',
162-
span=4,
162+
span=12,
163163
format='s',
164164
legend_show=true,
165165
legend_values=true,

0 commit comments

Comments
 (0)