Grafana: update zuul executor metrics

The metrics names have changed to replace '.' in hostnames with '_'.

Change-Id: I6271b3ce6a870909f6375bab74cbe590f76f3e39
This commit is contained in:
James E. Blair 2018-03-12 11:05:21 -07:00
parent 16a879e522
commit feb5912f3b
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.*.openstack.org.running_builds, 4)
- target: aliasByNode(stats.gauges.zuul.executor.*.running_builds, 4)
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.*.openstack.org.load_average, 0.01), 4)
- target: aliasByNode(scale(stats.gauges.zuul.executor.*.load_average, 0.01), 4)
type: graph
- title: Starting Builds
span: 6
targets:
- target: aliasByNode(stats.gauges.zuul.executor.*.openstack.org.starting_builds, 4)
- target: aliasByNode(stats.gauges.zuul.executor.*.starting_builds, 4)
type: graph
- title: Used RAM
span: 6
targets:
- target: aliasByNode(scale(stats.gauges.zuul.executor.*.openstack.org.pct_used_ram, 0.01), 4)
- target: aliasByNode(scale(stats.gauges.zuul.executor.*.pct_used_ram, 0.01), 4)
type: graph
- title: Mergers
showTitle: true