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 | 434a598 | 2016-01-15 16:40:13 +0100 | [diff] [blame] | 13 | .. code-block:: yaml |
| 14 | |
Ales Komarek | 92ab766 | 2014-01-19 18:01:45 +0100 | [diff] [blame] | 15 | statsd: |
| 16 | server: |
| 17 | enabled: true |
Ales Komarek | a971731 | 2014-01-19 18:02:39 +0100 | [diff] [blame] | 18 | bind: |
| 19 | port: 8125 |
| 20 | address: 0.0.0.0 |
Ales Komarek | 1b21d0c | 2014-08-08 08:09:47 +0200 | [diff] [blame] | 21 | backend: |
| 22 | engine: carbon |
| 23 | host: metrics1.domain.com |
| 24 | port: 2003 |
| 25 | |
| 26 | Standalone Statsd server with Graphite/AMQP backend |
| 27 | |
Ales Komarek | 434a598 | 2016-01-15 16:40:13 +0100 | [diff] [blame] | 28 | .. code-block:: yaml |
| 29 | |
Ales Komarek | 1b21d0c | 2014-08-08 08:09:47 +0200 | [diff] [blame] | 30 | 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 Komarek | 434a598 | 2016-01-15 16:40:13 +0100 | [diff] [blame] | 39 | port: 5672 |
| 40 | |
Ales Komarek | 1b21d0c | 2014-08-08 08:09:47 +0200 | [diff] [blame] | 41 | |
| 42 | Standalone Statsd server with OpenTSDB backend |
| 43 | |
Ales Komarek | 434a598 | 2016-01-15 16:40:13 +0100 | [diff] [blame] | 44 | .. code-block:: yaml |
| 45 | |
Ales Komarek | 1b21d0c | 2014-08-08 08:09:47 +0200 | [diff] [blame] | 46 | statsd: |
| 47 | server: |
| 48 | enabled: true |
| 49 | bind: |
| 50 | port: 8125 |
| 51 | address: 0.0.0.0 |
| 52 | backend: |
| 53 | engine: amqp |
Ales Komarek | 92ab766 | 2014-01-19 18:01:45 +0100 | [diff] [blame] | 54 | host: metrics1.domain.com |
| 55 | port: 2003 |
Michael KutĂ˝ | 1c856f0 | 2014-02-10 21:44:37 +0100 | [diff] [blame] | 56 | |
Ales Komarek | f7fb452 | 2015-10-20 17:02:34 +0200 | [diff] [blame] | 57 | Read more |
| 58 | ========= |
Ales Komarek | a75a89c | 2014-01-19 17:50:15 +0100 | [diff] [blame] | 59 | |
| 60 | * https://github.com/etsy/statsd/ |
Ales Komarek | 1b21d0c | 2014-08-08 08:09:47 +0200 | [diff] [blame] | 61 | * https://github.com/mrtazz/statsd-amqp-backend |
| 62 | * https://github.com/danslimmon/statsd-opentsdb-backend |
Filip Pytloun | 51af22c | 2017-02-02 13:02:03 +0100 | [diff] [blame^] | 63 | |
| 64 | Documentation and Bugs |
| 65 | ====================== |
| 66 | |
| 67 | To learn how to install and update salt-formulas, consult the documentation |
| 68 | available online at: |
| 69 | |
| 70 | http://salt-formulas.readthedocs.io/ |
| 71 | |
| 72 | In the unfortunate event that bugs are discovered, they should be reported to |
| 73 | the appropriate issue tracker. Use Github issue tracker for specific salt |
| 74 | formula: |
| 75 | |
| 76 | https://github.com/salt-formulas/salt-formula-statsd/issues |
| 77 | |
| 78 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 79 | use Launchpad salt-formulas project: |
| 80 | |
| 81 | https://launchpad.net/salt-formulas |
| 82 | |
| 83 | You can also join salt-formulas-users team and subscribe to mailing list: |
| 84 | |
| 85 | https://launchpad.net/~salt-formulas-users |
| 86 | |
| 87 | Developers wishing to work on the salt-formulas projects should always base |
| 88 | their work on master branch and submit pull request against specific formula. |
| 89 | |
| 90 | https://github.com/salt-formulas/salt-formula-statsd |
| 91 | |
| 92 | Any questions or feedback is always welcome so feel free to join our IRC |
| 93 | channel: |
| 94 | |
| 95 | #salt-formulas @ irc.freenode.net |