summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2017-10-10 13:22:40 -0700
committerJames E. Blair <jeblair@redhat.com>2017-10-13 14:04:42 -0700
commitded241e59865d98b1fe3e55798f26ff25f9ccf4c (patch)
tree2ea7650b6a21086534b5a4bc71ac318ca5f6744c /etc
parent76fc525d1449b54d4ab63a77c4ba0631ad9734c0 (diff)
downloadzuul-ded241e59865d98b1fe3e55798f26ff25f9ccf4c.tar.gz
Switch statsd config to zuul.conf
The automatic statsd configuration based on env variables has proven cumbersome and counter-intuitive. Move its configuration into zuul.conf in preparation for other components emitting stats. Change-Id: I3f6b5010d31c05e295f3d70925cac8460d334283
Diffstat (limited to 'etc')
-rw-r--r--etc/zuul.conf-sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/zuul.conf-sample b/etc/zuul.conf-sample
index ba7aace15..76494adcf 100644
--- a/etc/zuul.conf-sample
+++ b/etc/zuul.conf-sample
@@ -5,6 +5,9 @@ server=127.0.0.1
;ssl_cert=/path/to/client.pem
;ssl_key=/path/to/client.key
+[statsd]
+server=127.0.0.1
+
[zookeeper]
hosts=127.0.0.1:2181