blob: f8f4e4a9b55c50ac6a25e7798f18b196e362ff12 [file] [log] [blame]
Ales Komareka75a89c2014-01-19 17:50:15 +01001
Ales Komarekf7fb4522015-10-20 17:02:34 +02002======
3Statsd
4======
Ales Komareka75a89c2014-01-19 17:50:15 +01005
Ales Komarek97a1ebb2014-08-08 08:11:36 +02006Simple daemon for easy stats aggregation.
7
Ales Komarekf7fb4522015-10-20 17:02:34 +02008Sample pillars
9==============
Ales Komareka75a89c2014-01-19 17:50:15 +010010
Ales Komarek1b21d0c2014-08-08 08:09:47 +020011Standalone Statsd server with Graphite/carbon backend
Ales Komarekceefc482014-04-10 10:13:23 +020012
Ales Komarek92ab7662014-01-19 18:01:45 +010013 statsd:
14 server:
15 enabled: true
Ales Komareka9717312014-01-19 18:02:39 +010016 bind:
17 port: 8125
18 address: 0.0.0.0
Ales Komarek1b21d0c2014-08-08 08:09:47 +020019 backend:
20 engine: carbon
21 host: metrics1.domain.com
22 port: 2003
23
24Standalone 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
37Standalone 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 Komarek92ab7662014-01-19 18:01:45 +010047 host: metrics1.domain.com
48 port: 2003
Michael Kutý1c856f02014-02-10 21:44:37 +010049
Ales Komarekf7fb4522015-10-20 17:02:34 +020050Read more
51=========
Ales Komareka75a89c2014-01-19 17:50:15 +010052
53* https://github.com/etsy/statsd/
Ales Komarek1b21d0c2014-08-08 08:09:47 +020054* https://github.com/mrtazz/statsd-amqp-backend
55* https://github.com/danslimmon/statsd-opentsdb-backend