From feb5912f3b0a33fb131b8150b12fccf79d36c3fa Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 12 Mar 2018 11:05:21 -0700 Subject: [PATCH] Grafana: update zuul executor metrics The metrics names have changed to replace '.' in hostnames with '_'. Change-Id: I6271b3ce6a870909f6375bab74cbe590f76f3e39 --- grafana/zuul-status.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/grafana/zuul-status.yaml b/grafana/zuul-status.yaml index 5f867d59ea..41c04eeefe 100644 --- a/grafana/zuul-status.yaml +++ b/grafana/zuul-status.yaml @@ -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