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:
parent
be52d41833
commit
ce88a73a1e
@ -194,10 +194,10 @@ dashboard:
|
|||||||
targets:
|
targets:
|
||||||
- target: aliasByNode(stats.gauges.zuul.executor.*.openstack.org.starting_builds, 4)
|
- target: aliasByNode(stats.gauges.zuul.executor.*.openstack.org.starting_builds, 4)
|
||||||
type: graph
|
type: graph
|
||||||
- title: Available RAM
|
- title: Used RAM
|
||||||
span: 6
|
span: 6
|
||||||
targets:
|
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
|
type: graph
|
||||||
- title: Mergers
|
- title: Mergers
|
||||||
showTitle: true
|
showTitle: true
|
||||||
|
Loading…
Reference in New Issue
Block a user