Add statsd to zuul.conf

We're adding statsd support to zuul.conf; support it there and the
existing defaults file for compatability.

Change-Id: I08feb2dbb18146a1a962aa8b96e3d33e5f794459
This commit is contained in:
James E. Blair 2017-10-10 13:20:00 -07:00
parent 0ec00b15bc
commit 42065b22ee
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 %>