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
|
- title: HTTPS Server Connection Rate
|
||||||
span: 3
|
span: 3
|
||||||
targets:
|
targets:
|
||||||
- target: aliasByNode(stats.haproxy.balance_git_https.*.openstack.org, 3)
|
- target: aliasByNode(stats.haproxy.balance_git_https.*.openstack.org.stot, 3)
|
||||||
type: graph
|
type: graph
|
||||||
- title: HTTPS Server Input Rate
|
- title: HTTPS Server Input Rate
|
||||||
span: 3
|
span: 3
|
||||||
@ -131,7 +131,7 @@ dashboard:
|
|||||||
- title: HTTP Server Connection Rate
|
- title: HTTP Server Connection Rate
|
||||||
span: 3
|
span: 3
|
||||||
targets:
|
targets:
|
||||||
- target: aliasByNode(stats.haproxy.balance_git_http.*.openstack.org, 3)
|
- target: aliasByNode(stats.haproxy.balance_git_http.*.openstack.org.stot, 3)
|
||||||
type: graph
|
type: graph
|
||||||
- title: HTTP Server Input Rate
|
- title: HTTP Server Input Rate
|
||||||
span: 3
|
span: 3
|
||||||
@ -220,7 +220,7 @@ dashboard:
|
|||||||
- title: Git Server Connection Rate
|
- title: Git Server Connection Rate
|
||||||
span: 3
|
span: 3
|
||||||
targets:
|
targets:
|
||||||
- target: aliasByNode(stats.haproxy.balance_git_daemon.*.openstack.org, 3)
|
- target: aliasByNode(stats.haproxy.balance_git_daemon.*.openstack.org.stot, 3)
|
||||||
type: graph
|
type: graph
|
||||||
- title: Git Server Input Rate
|
- title: Git Server Input Rate
|
||||||
span: 3
|
span: 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user