statsd doc indent
1 file changed
tree: 4ab3f638cd18787ad71732839e234cde853967f6
  1. conf/
  2. init.sls
  3. README.md
  4. server.sls
README.md

Statsd

Sample pillar

statsd:
  server:
    enabled: true
    bind_port: 8125
    backends:
    - type: graphite
      host: metrics1.domain.com
      port: 2003

Read more