summaryrefslogtreecommitdiff
path: root/configs/samples/statsd.conf.sample
blob: 806097300d38432883abf5d9ca8ede08239cb07d (plain)
1
2
3
4
5
6
7
8
[general]
;enabled = yes			; When set to yes, statsd support is enabled
;server = 127.0.0.1		; server[:port] of statsd server to use.
				; If not specified, the port is 8125
;prefix =			; 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)