Update executor labels

We're back to using zeXX_openstack_org in the metric names, this
translates them to zeXX in the legend.

Change-Id: I39af625885c3cd179555b3d3143a2391e49a7c81
This commit is contained in:
James E. Blair 2018-05-23 16:27:25 -07:00
parent 3768166c8d
commit 741c026e49
1 changed files with 4 additions and 4 deletions

View File

@ -176,7 +176,7 @@ dashboard:
- title: Running Builds
span: 6
targets:
- target: aliasByNode(stats.gauges.zuul.executor.*.running_builds, 4)
- target: aliasSub(stats.gauges.zuul.executor.*.running_builds, ".*\.(.*)_openstack_org.*", "\1"))
type: graph
- title: Executor Queue
span: 6
@ -187,17 +187,17 @@ dashboard:
- title: Load Average
span: 6
targets:
- target: aliasByNode(scale(stats.gauges.zuul.executor.*.load_average, 0.01), 4)
- target: aliasSub(scale(stats.gauges.zuul.executor.*.load_average, ".*\.(.*)_openstack_org.*", 0.01), "\1")
type: graph
- title: Starting Builds
span: 6
targets:
- target: aliasByNode(stats.gauges.zuul.executor.*.starting_builds, 4)
- target: aliasSub(stats.gauges.zuul.executor.*.starting_builds, ".*\.(.*)_openstack_org.*", "\1"))
type: graph
- title: Used RAM
span: 6
targets:
- target: aliasByNode(scale(stats.gauges.zuul.executor.*.pct_used_ram, 0.01), 4)
- target: aliasSub(stats.gauges.zuul.executor.*.pct_used_ram, ".*\.(.*)_openstack_org.*", "\1"))
type: graph
- title: Mergers
showTitle: true