From 876318f1cde53ef761046fa5031390c198d23022 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 6 Apr 2022 09:51:26 -0700 Subject: [PATCH] Fix small bug in resource usage grpahs This small error was introduced in the previous change. Replace the . with a _ to fix it. Change-Id: Ide2f7d3c8df05034a6d0a6d895f9ec36a47d41ce --- grafana/resource-usage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana/resource-usage.yaml b/grafana/resource-usage.yaml index 124e093c84..9db64dcf78 100644 --- a/grafana/resource-usage.yaml +++ b/grafana/resource-usage.yaml @@ -30,7 +30,7 @@ dashboard: - target: alias(asPercent(transformNull(summarize(stats_counts.zuul.nodepool.resources.in_use.tenant.openstack.instances, '24h')),summarize(sum(stats_counts.zuul.nodepool.resources.in_use.tenant.*.instances), '24h')), 'openstack') - target: alias(asPercent(transformNull(summarize(stats_counts.zuul.nodepool.resources.in_use.tenant.pyca.instances, '24h')),summarize(sum(stats_counts.zuul.nodepool.resources.in_use.tenant.*.instances), '24h')), 'pyca') - target: alias(asPercent(transformNull(summarize(stats_counts.zuul.nodepool.resources.in_use.tenant.vexxhost.instances, '24h')),summarize(sum(stats_counts.zuul.nodepool.resources.in_use.tenant.*.instances), '24h')), 'vexxhost') - - target: alias(asPercent(transformNull(summarize(stats_counts.zuul.nodepool.resources.in_use.tenant.zuul.instances, '24h')),summarize(sum(stats_counts.zuul.nodepool.resources.in.use.tenant.*.instances), '24h')), 'zuul') + - target: alias(asPercent(transformNull(summarize(stats_counts.zuul.nodepool.resources.in_use.tenant.zuul.instances, '24h')),summarize(sum(stats_counts.zuul.nodepool.resources.in_use.tenant.*.instances), '24h')), 'zuul') - title: Instance Usage by Tenants (5d) span: 6 type: graph