Grafana: switch zuul executor ram metric

This metric name has changed.

Change-Id: Ibd778f8c9fe8011bd1da4aaedd4f4d27b959d26d
Depends-On: https://review.openstack.org/544742
This commit is contained in:
James E. Blair 2018-02-14 16:03:35 -08:00
parent be52d41833
commit ce88a73a1e
1 changed files with 2 additions and 2 deletions

View File

@ -194,10 +194,10 @@ dashboard:
targets:
- target: aliasByNode(stats.gauges.zuul.executor.*.openstack.org.starting_builds, 4)
type: graph
- title: Available RAM
- title: Used RAM
span: 6
targets:
- target: aliasByNode(scale(stats.gauges.zuul.executor.*.openstack.org.pct_available_ram, 0.01), 4)
- target: aliasByNode(scale(stats.gauges.zuul.executor.*.openstack.org.pct_used_ram, 0.01), 4)
type: graph
- title: Mergers
showTitle: true