Created
October 19, 2014 23:30
-
-
Save danjenkins/8a85e02958a9ce8006f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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