Fix some broken graphs on git dashboard
The server connection rate graphs omitted the actual metric. Change-Id: If2622d28c71eb844b69e01fb8a2ff7879a379d8d
This commit is contained in:
parent
cb7f2964c0
commit
e2c4150005
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user