Ales Komarek | a75a89c | 2014-01-19 17:50:15 +0100 | [diff] [blame] | 1 | |
2 | # Statsd | ||||
3 | |||||
4 | ## Sample pillar | ||||
5 | |||||
Ales Komarek | ceefc48 | 2014-04-10 10:13:23 +0200 | [diff] [blame^] | 6 | ### Standalone statsd server |
7 | |||||
Ales Komarek | 92ab766 | 2014-01-19 18:01:45 +0100 | [diff] [blame] | 8 | statsd: |
9 | server: | ||||
10 | enabled: true | ||||
Ales Komarek | a971731 | 2014-01-19 18:02:39 +0100 | [diff] [blame] | 11 | bind: |
12 | port: 8125 | ||||
13 | address: 0.0.0.0 | ||||
Ales Komarek | 92ab766 | 2014-01-19 18:01:45 +0100 | [diff] [blame] | 14 | backends: |
15 | - type: graphite | ||||
16 | host: metrics1.domain.com | ||||
17 | port: 2003 | ||||
Michael KutĂ˝ | 1c856f0 | 2014-02-10 21:44:37 +0100 | [diff] [blame] | 18 | |
Ales Komarek | a75a89c | 2014-01-19 17:50:15 +0100 | [diff] [blame] | 19 | ## Read more |
20 | |||||
21 | * https://github.com/etsy/statsd/ | ||||
22 | * https://github.com/mrtazz/statsd-amqp-backend |