From ce88a73a1e674a007565a803158a8e2f8f04b6e8 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 14 Feb 2018 16:03:35 -0800 Subject: [PATCH] Grafana: switch zuul executor ram metric This metric name has changed. Change-Id: Ibd778f8c9fe8011bd1da4aaedd4f4d27b959d26d Depends-On: https://review.openstack.org/544742 --- grafana/zuul-status.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grafana/zuul-status.yaml b/grafana/zuul-status.yaml index d91b92306f..5f867d59ea 100644 --- a/grafana/zuul-status.yaml +++ b/grafana/zuul-status.yaml @@ -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