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