We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23dc196 commit 46863c3Copy full SHA for 46863c3
dashboards/apiserver.libsonnet
@@ -136,7 +136,7 @@ local singlestat = grafana.singlestat;
136
graphPanel.new(
137
'Work Queue Add Rate',
138
datasource='$datasource',
139
- span=4,
+ span=6,
140
format='ops',
141
legend_show=false,
142
min=0,
@@ -147,7 +147,7 @@ local singlestat = grafana.singlestat;
147
148
'Work Queue Depth',
149
150
151
format='short',
152
153
@@ -159,7 +159,7 @@ local singlestat = grafana.singlestat;
159
160
'Work Queue Latency',
161
162
+ span=12,
163
format='s',
164
legend_show=true,
165
legend_values=true,
0 commit comments