Skip to content

Instantly share code, notes, and snippets.

@mrtazz
Last active December 15, 2015 13:49
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mrtazz/5270376 to your computer and use it in GitHub Desktop.
StatsD example config
{
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