Add executor used HDD metric to zuul-status dashboard

Start tracking HDD usage for zuul-executors, as it now has the
ability to stop / start builds.

Change-Id: Ibf891deadcaa8e5d323992e9626765341ca5c44a
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-07-03 16:18:48 -04:00
parent a1c724d029
commit 0a911a8b63
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 5 additions and 0 deletions

View File

@ -194,6 +194,11 @@ dashboard:
targets:
- target: aliasSub(stats.gauges.zuul.executor.*.starting_builds, ".*\.(.*)_openstack_org.*", "\1")
type: graph
- title: Used HDD
span: 6
targets:
- target: aliasSub(stats.gauges.zuul.executor.*.pct_used_hdd, ".*\.(.*)_openstack_org.*", "\1")
type: graph
- title: Used RAM
span: 6
targets: