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
This commit is contained in:
James E. Blair 2015-11-25 14:29:07 -08:00
parent 712d9f7b0e
commit cb7f2964c0
1 changed files with 15 additions and 15 deletions

View File

@ -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