Grafana: set zuul node requests yaxis min

Since node requests are something that we generally want to see
reduced to 0, it can be misleading to show a graph where the lowest
point on the y axis is, for example (as I write this) nearly 4,000.
Fix the minimum to zero so it's easier to see what the overall trend
toward zero is.

Change-Id: Iad1b5667fd6d1d4bfa9fe50706ad71debd01d5c6
This commit is contained in:
James E. Blair 2018-09-27 16:38:49 -07:00 committed by Ian Wienand
parent ec39c14f13
commit f0f6190d0b
1 changed files with 3 additions and 0 deletions

View File

@ -130,6 +130,9 @@ dashboard:
type: graph
- title: Node Requests
span: 4
yaxes:
- min: 0
- show: false
targets:
- target: alias(stats.gauges.zuul.nodepool.current_requests, 'Requests')
type: graph