Ales Komarek | a75a89c | 2014-01-19 17:50:15 +0100 | [diff] [blame] | 1 | |
Ales Komarek | f7fb452 | 2015-10-20 17:02:34 +0200 | [diff] [blame^] | 2 | ====== |
3 | Statsd | ||||
4 | ====== | ||||
Ales Komarek | a75a89c | 2014-01-19 17:50:15 +0100 | [diff] [blame] | 5 | |
Ales Komarek | 97a1ebb | 2014-08-08 08:11:36 +0200 | [diff] [blame] | 6 | Simple daemon for easy stats aggregation. |
7 | |||||
Ales Komarek | f7fb452 | 2015-10-20 17:02:34 +0200 | [diff] [blame^] | 8 | Sample pillars |
9 | ============== | ||||
Ales Komarek | a75a89c | 2014-01-19 17:50:15 +0100 | [diff] [blame] | 10 | |
Ales Komarek | 1b21d0c | 2014-08-08 08:09:47 +0200 | [diff] [blame] | 11 | Standalone Statsd server with Graphite/carbon backend |
Ales Komarek | ceefc48 | 2014-04-10 10:13:23 +0200 | [diff] [blame] | 12 | |
Ales Komarek | 92ab766 | 2014-01-19 18:01:45 +0100 | [diff] [blame] | 13 | statsd: |
14 | server: | ||||
15 | enabled: true | ||||
Ales Komarek | a971731 | 2014-01-19 18:02:39 +0100 | [diff] [blame] | 16 | bind: |
17 | port: 8125 | ||||
18 | address: 0.0.0.0 | ||||
Ales Komarek | 1b21d0c | 2014-08-08 08:09:47 +0200 | [diff] [blame] | 19 | backend: |
20 | engine: carbon | ||||
21 | host: metrics1.domain.com | ||||
22 | port: 2003 | ||||
23 | |||||
24 | Standalone Statsd server with Graphite/AMQP backend | ||||
25 | |||||
26 | statsd: | ||||
27 | server: | ||||
28 | enabled: true | ||||
29 | bind: | ||||
30 | port: 8125 | ||||
31 | address: 0.0.0.0 | ||||
32 | backend: | ||||
33 | engine: amqp | ||||
34 | host: metrics1.domain.com | ||||
35 | port: 2003 | ||||
36 | |||||
37 | Standalone Statsd server with OpenTSDB backend | ||||
38 | |||||
39 | statsd: | ||||
40 | server: | ||||
41 | enabled: true | ||||
42 | bind: | ||||
43 | port: 8125 | ||||
44 | address: 0.0.0.0 | ||||
45 | backend: | ||||
46 | engine: amqp | ||||
Ales Komarek | 92ab766 | 2014-01-19 18:01:45 +0100 | [diff] [blame] | 47 | host: metrics1.domain.com |
48 | port: 2003 | ||||
Michael KutĂ˝ | 1c856f0 | 2014-02-10 21:44:37 +0100 | [diff] [blame] | 49 | |
Ales Komarek | f7fb452 | 2015-10-20 17:02:34 +0200 | [diff] [blame^] | 50 | Read more |
51 | ========= | ||||
Ales Komarek | a75a89c | 2014-01-19 17:50:15 +0100 | [diff] [blame] | 52 | |
53 | * https://github.com/etsy/statsd/ | ||||
Ales Komarek | 1b21d0c | 2014-08-08 08:09:47 +0200 | [diff] [blame] | 54 | * https://github.com/mrtazz/statsd-amqp-backend |
55 | * https://github.com/danslimmon/statsd-opentsdb-backend |