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:
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user