8250da7911
And allow zuul to send to statsd. Change-Id: Ie9f78268a673523c4ea4025bdbbe40d8d3819398 Reviewed-on: https://review.openstack.org/18658 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
5 lines
149 B
Plaintext
5 lines
149 B
Plaintext
<% if scope.lookupvar("zuul::statsd_host") != "" %>
|
|
export STATSD_HOST=<%= scope.lookupvar("zuul::statsd_host") %>
|
|
export STATSD_PORT=8125
|
|
<% end %>
|