From e2c41500051cfb35eb67d4545840b272dbf3d504 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 25 Nov 2015 14:32:01 -0800 Subject: [PATCH] Fix some broken graphs on git dashboard The server connection rate graphs omitted the actual metric. Change-Id: If2622d28c71eb844b69e01fb8a2ff7879a379d8d --- grafana/git.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grafana/git.yaml b/grafana/git.yaml index 157328ecef..d27066e292 100644 --- a/grafana/git.yaml +++ b/grafana/git.yaml @@ -42,7 +42,7 @@ dashboard: - title: HTTPS Server Connection Rate span: 3 targets: - - target: aliasByNode(stats.haproxy.balance_git_https.*.openstack.org, 3) + - target: aliasByNode(stats.haproxy.balance_git_https.*.openstack.org.stot, 3) type: graph - title: HTTPS Server Input Rate span: 3 @@ -131,7 +131,7 @@ dashboard: - title: HTTP Server Connection Rate span: 3 targets: - - target: aliasByNode(stats.haproxy.balance_git_http.*.openstack.org, 3) + - target: aliasByNode(stats.haproxy.balance_git_http.*.openstack.org.stot, 3) type: graph - title: HTTP Server Input Rate span: 3 @@ -220,7 +220,7 @@ dashboard: - title: Git Server Connection Rate span: 3 targets: - - target: aliasByNode(stats.haproxy.balance_git_daemon.*.openstack.org, 3) + - target: aliasByNode(stats.haproxy.balance_git_daemon.*.openstack.org.stot, 3) type: graph - title: Git Server Input Rate span: 3