Last active
December 15, 2015 13:49
-
-
Save mrtazz/5270376 to your computer and use it in GitHub Desktop.
StatsD example config
This file contains 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
{ | |
graphitePort: 2003 | |
, graphiteHost: "127.0.0.1" | |
, port: 8125 | |
, debug: true | |
, backends: ['./backends/graphite'] | |
, histogram: [{ metric: "foo", bins: [0, 10, 20, 30] }] | |
, keyFlush: { | |
interval: "10000" | |
, log: "top-keys.log" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment