Grafana: scale zuul executor load correctly

The load is *100, so scale it appropriately.

Change-Id: I861c498429dd14df2f45021a25afc9d418de61db
This commit is contained in:
James E. Blair 2017-10-21 07:37:57 -07:00
parent 79b80f3be9
commit 01748e47d1
1 changed files with 1 additions and 1 deletions

View File

@ -198,5 +198,5 @@ dashboard:
- title: Load Average
span: 4
targets:
- target: aliasByNode(stats.gauges.zuul.executor.*.openstack.org.load_average, 4)
- target: aliasByNode(scale(stats.gauges.zuul.executor.*.openstack.org.load_average, 0.01), 4)
type: graph