Skip to content

Instantly share code, notes, and snippets.

@danjenkins
Created October 19, 2014 23:30
Show Gist options
  • Save danjenkins/8a85e02958a9ce8006f3 to your computer and use it in GitHub Desktop.
Save danjenkins/8a85e02958a9ce8006f3 to your computer and use it in GitHub Desktop.
cat statsd.conf
[general]
enabled = yes ; When set to yes, statsd support is enabled
server = 127.0.0.1:8125 ; server[:port] of statsd server to use.
; If not specified, the port is 8125
prefix = asterisk ; Prefix to prepend to all metrics
;add_newline = no ; Append a newline to every event. This is
; useful if you want to run a fake statsd
; server using netcat (nc -lu 8125)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment