blob: bacf328363e6d64e50aa448abe0986e4194dd268 [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 Komarek434a5982016-01-15 16:40:13 +010013.. code-block:: yaml
14
Ales Komarek92ab7662014-01-19 18:01:45 +010015 statsd:
16 server:
17 enabled: true
Ales Komareka9717312014-01-19 18:02:39 +010018 bind:
19 port: 8125
20 address: 0.0.0.0
Ales Komarek1b21d0c2014-08-08 08:09:47 +020021 backend:
22 engine: carbon
23 host: metrics1.domain.com
24 port: 2003
25
26Standalone Statsd server with Graphite/AMQP backend
27
Ales Komarek434a5982016-01-15 16:40:13 +010028.. code-block:: yaml
29
Ales Komarek1b21d0c2014-08-08 08:09:47 +020030 statsd:
31 server:
32 enabled: true
33 bind:
34 port: 8125
35 address: 0.0.0.0
36 backend:
37 engine: amqp
38 host: metrics1.domain.com
Ales Komarek434a5982016-01-15 16:40:13 +010039 port: 5672
40
Ales Komarek1b21d0c2014-08-08 08:09:47 +020041
42Standalone Statsd server with OpenTSDB backend
43
Ales Komarek434a5982016-01-15 16:40:13 +010044.. code-block:: yaml
45
Ales Komarek1b21d0c2014-08-08 08:09:47 +020046 statsd:
47 server:
48 enabled: true
49 bind:
50 port: 8125
51 address: 0.0.0.0
52 backend:
53 engine: amqp
Ales Komarek92ab7662014-01-19 18:01:45 +010054 host: metrics1.domain.com
55 port: 2003
Michael Kutý1c856f02014-02-10 21:44:37 +010056
Ales Komarekf7fb4522015-10-20 17:02:34 +020057Read more
58=========
Ales Komareka75a89c2014-01-19 17:50:15 +010059
60* https://github.com/etsy/statsd/
Ales Komarek1b21d0c2014-08-08 08:09:47 +020061* https://github.com/mrtazz/statsd-amqp-backend
62* https://github.com/danslimmon/statsd-opentsdb-backend