Skip to content

Instantly share code, notes, and snippets.

@sammyrulez
Created August 27, 2015 15:10
Show Gist options
  • Save sammyrulez/9190d1f85a52cd8e98bd to your computer and use it in GitHub Desktop.
Save sammyrulez/9190d1f85a52cd8e98bd to your computer and use it in GitHub Desktop.
kamon
{
system-metrics {
sigar-enabled = false
#jmx related metrics are enabled by default
jmx-enabled = true
}
statsd {
hostname = "virtualbox.graph"
port = 8125
subscriptions {
histogram = ["**"]
min-max-counter = ["**"]
gauge = ["**"]
counter = ["**"]
trace = ["**"]
trace-segment = ["**"]
akka-actor = ["**"]
akka-dispatcher = ["**"]
akka-router = ["**"]
system-metric = ["**"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment