Merge "Add statsd to zuul.conf"

This commit is contained in:
Jenkins 2017-10-13 20:40:55 +00:00 committed by Gerrit Code Review
commit 200b00c4e1
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@ check_job_registration=<%= @gearman_check_job_registration %>
start=<%= @internal_gearman %>
log_config=/etc/zuul/gearman-logging.conf
<% if @statsd_host != "" %>
[statsd]
server=<%= @statsd_host %>
<% end %>
<% if @gerrit_server != "" -%>
[gerrit]
server=<%= @gerrit_server %>