blob: 14779930530ad34879c4314c850da55715f86b1f [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
Filip Pytloun51af22c2017-02-02 13:02:03 +010063
64Documentation and Bugs
65======================
66
67To learn how to install and update salt-formulas, consult the documentation
68available online at:
69
70 http://salt-formulas.readthedocs.io/
71
72In the unfortunate event that bugs are discovered, they should be reported to
73the appropriate issue tracker. Use Github issue tracker for specific salt
74formula:
75
76 https://github.com/salt-formulas/salt-formula-statsd/issues
77
78For feature requests, bug reports or blueprints affecting entire ecosystem,
79use Launchpad salt-formulas project:
80
81 https://launchpad.net/salt-formulas
82
83You can also join salt-formulas-users team and subscribe to mailing list:
84
85 https://launchpad.net/~salt-formulas-users
86
87Developers wishing to work on the salt-formulas projects should always base
88their work on master branch and submit pull request against specific formula.
89
90 https://github.com/salt-formulas/salt-formula-statsd
91
92Any questions or feedback is always welcome so feel free to join our IRC
93channel:
94
95 #salt-formulas @ irc.freenode.net