blob: 3d6773054e1e20bdba5293555a7df2025279dbc7 [file] [log] [blame] [view]
Ales Komareka75a89c2014-01-19 17:50:15 +01001
2# Statsd
3
4## Sample pillar
5
Ales Komarek92ab7662014-01-19 18:01:45 +01006 statsd:
7 server:
8 enabled: true
Ales Komareka9717312014-01-19 18:02:39 +01009 bind:
10 port: 8125
11 address: 0.0.0.0
Ales Komarek92ab7662014-01-19 18:01:45 +010012 backends:
13 - type: graphite
14 host: metrics1.domain.com
15 port: 2003
Ales Komareka75a89c2014-01-19 17:50:15 +010016
17## Read more
18
19* https://github.com/etsy/statsd/
20* https://github.com/mrtazz/statsd-amqp-backend