Merge "Clarify Zuul Ram and HDD usage graphs"

This commit is contained in:
Zuul 2018-07-19 19:56:12 +00:00 committed by Gerrit Code Review
commit 571d5a2312
1 changed files with 12 additions and 4 deletions

View File

@ -194,15 +194,23 @@ dashboard:
targets:
- target: aliasSub(stats.gauges.zuul.executor.*.starting_builds, ".*\.(.*)_openstack_org.*", "\1")
type: graph
- title: Used HDD
- title: Used HDD (Percentage)
span: 6
yaxes:
- label: Used HDD %
format: percent
- show: false
targets:
- target: aliasSub(stats.gauges.zuul.executor.*.pct_used_hdd, ".*\.(.*)_openstack_org.*", "\1")
- target: aliasSub(scale(stats.gauges.zuul.executor.*.pct_used_hdd, 0.01), ".*\.(.*)_openstack_org.*", "\1")
type: graph
- title: Used RAM
- title: Used RAM (Percentage)
span: 6
yaxes:
- label: Used HDD %
format: percent
- show: false
targets:
- target: aliasSub(stats.gauges.zuul.executor.*.pct_used_ram, ".*\.(.*)_openstack_org.*", "\1")
- target: aliasSub(scale(stats.gauges.zuul.executor.*.pct_used_ram, 0.01), ".*\.(.*)_openstack_org.*", "\1")
type: graph
- title: Mergers
showTitle: true