Skip to content

Instantly share code, notes, and snippets.

@piavlo
Created July 1, 2013 17:03
Show Gist options
  • Save piavlo/5902628 to your computer and use it in GitHub Desktop.
Save piavlo/5902628 to your computer and use it in GitHub Desktop.
{
graphitePort: 2003,
graphiteHost: "localhost",
port: 8125,
mgmt_port: 8126,
flushInterval: 10000,
deleteCounters: true,
percentThreshold: [90, 95, 99],
graphite: {
legacyNamespace: false,
globalPrefix: "stats",
prefixCounter: "counters",
prefixTimer: "timers",
prefixGauge: "gauges",
prefixSet: "sets"
},
histogram: [
{ metric: 'apache.production.duration', bins: [ 100000, 200000, 400000, 600000, 800000, 1000000, 2000000, 5000000, 10000000, 'inf' ] },
{ metric: 'weka.worker', bins: [ 10, 20, 30, 40, 50, 60, 70, 80, 90, 101 ] }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment