From cb7f2964c0546de039a7b72e432ebe0ab901a2c2 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 25 Nov 2015 14:29:07 -0800 Subject: [PATCH] Fix legends on some graphs on git dashboard The gauges have a longer metric name and the 'node' component is in component 4, not 3. Change-Id: I2996f4e257e3374764be1d4179e2f9aa2e4649f9 --- grafana/git.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/grafana/git.yaml b/grafana/git.yaml index 0ff1b7cc82..157328ecef 100644 --- a/grafana/git.yaml +++ b/grafana/git.yaml @@ -57,7 +57,7 @@ dashboard: - title: HTTPS Frontend Current Sessions span: 3 targets: - - target: aliasByNode(stats.gauges.haproxy.balance_git_https.*.openstack.org.scur, 3) + - target: aliasByNode(stats.gauges.haproxy.balance_git_https.*.openstack.org.scur, 4) type: graph - title: HTTPS Server Connection Error Rate span: 3 @@ -82,22 +82,22 @@ dashboard: - title: HTTPS Server Average Queue Time span: 3 targets: - - target: aliasByNode(stats.gauges.haproxy.balance_git_https.*.openstack.org.qtime, 3) + - target: aliasByNode(stats.gauges.haproxy.balance_git_https.*.openstack.org.qtime, 4) type: graph - title: HTTPS Server Average Connect Time span: 3 targets: - - target: aliasByNode(stats.gauges.haproxy.balance_git_https.*.openstack.org.ctime, 3) + - target: aliasByNode(stats.gauges.haproxy.balance_git_https.*.openstack.org.ctime, 4) type: graph - title: HTTPS Server Average Response Time span: 3 targets: - - target: aliasByNode(stats.gauges.haproxy.balance_git_https.*.openstack.org.rtime, 3) + - target: aliasByNode(stats.gauges.haproxy.balance_git_https.*.openstack.org.rtime, 4) type: graph - title: HTTPS Server Average Session Time span: 3 targets: - - target: aliasByNode(stats.gauges.haproxy.balance_git_https.*.openstack.org.ttime, 3) + - target: aliasByNode(stats.gauges.haproxy.balance_git_https.*.openstack.org.ttime, 4) type: graph - title: HTTP Frontend showTitle: true @@ -146,7 +146,7 @@ dashboard: - title: HTTP Frontend Current Sessions span: 3 targets: - - target: aliasByNode(stats.gauges.haproxy.balance_git_http.*.openstack.org.scur, 3) + - target: aliasByNode(stats.gauges.haproxy.balance_git_http.*.openstack.org.scur, 4) type: graph - title: HTTP Server Connection Error Rate span: 3 @@ -171,22 +171,22 @@ dashboard: - title: HTTP Server Average Queue Time span: 3 targets: - - target: aliasByNode(stats.gauges.haproxy.balance_git_http.*.openstack.org.qtime, 3) + - target: aliasByNode(stats.gauges.haproxy.balance_git_http.*.openstack.org.qtime, 4) type: graph - title: HTTP Server Average Connect Time span: 3 targets: - - target: aliasByNode(stats.gauges.haproxy.balance_git_http.*.openstack.org.ctime, 3) + - target: aliasByNode(stats.gauges.haproxy.balance_git_http.*.openstack.org.ctime, 4) type: graph - title: HTTP Server Average Response Time span: 3 targets: - - target: aliasByNode(stats.gauges.haproxy.balance_git_http.*.openstack.org.rtime, 3) + - target: aliasByNode(stats.gauges.haproxy.balance_git_http.*.openstack.org.rtime, 4) type: graph - title: HTTP Server Average Session Time span: 3 targets: - - target: aliasByNode(stats.gauges.haproxy.balance_git_http.*.openstack.org.ttime, 3) + - target: aliasByNode(stats.gauges.haproxy.balance_git_http.*.openstack.org.ttime, 4) type: graph - title: Git Protocol Frontend showTitle: true @@ -235,7 +235,7 @@ dashboard: - title: Git Frontend Current Sessions span: 3 targets: - - target: aliasByNode(stats.gauges.haproxy.balance_git_daemon.*.openstack.org.scur, 3) + - target: aliasByNode(stats.gauges.haproxy.balance_git_daemon.*.openstack.org.scur, 4) type: graph - title: Git Server Connection Error Rate span: 3 @@ -260,20 +260,20 @@ dashboard: - title: Git Server Average Queue Time span: 3 targets: - - target: aliasByNode(stats.gauges.haproxy.balance_git_daemon.*.openstack.org.qtime, 3) + - target: aliasByNode(stats.gauges.haproxy.balance_git_daemon.*.openstack.org.qtime, 4) type: graph - title: Git Server Average Connect Time span: 3 targets: - - target: aliasByNode(stats.gauges.haproxy.balance_git_daemon.*.openstack.org.ctime, 3) + - target: aliasByNode(stats.gauges.haproxy.balance_git_daemon.*.openstack.org.ctime, 4) type: graph - title: Git Server Average Response Time span: 3 targets: - - target: aliasByNode(stats.gauges.haproxy.balance_git_daemon.*.openstack.org.rtime, 3) + - target: aliasByNode(stats.gauges.haproxy.balance_git_daemon.*.openstack.org.rtime, 4) type: graph - title: Git Server Average Session Time span: 3 targets: - - target: aliasByNode(stats.gauges.haproxy.balance_git_daemon.*.openstack.org.ttime, 3) + - target: aliasByNode(stats.gauges.haproxy.balance_git_daemon.*.openstack.org.ttime, 4) type: graph