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:
parent
ec39c14f13
commit
f0f6190d0b
@ -130,6 +130,9 @@ dashboard:
|
|||||||
type: graph
|
type: graph
|
||||||
- title: Node Requests
|
- title: Node Requests
|
||||||
span: 4
|
span: 4
|
||||||
|
yaxes:
|
||||||
|
- min: 0
|
||||||
|
- show: false
|
||||||
targets:
|
targets:
|
||||||
- target: alias(stats.gauges.zuul.nodepool.current_requests, 'Requests')
|
- target: alias(stats.gauges.zuul.nodepool.current_requests, 'Requests')
|
||||||
type: graph
|
type: graph
|
||||||
|
Loading…
Reference in New Issue
Block a user