Created
August 27, 2015 15:10
-
-
Save sammyrulez/9190d1f85a52cd8e98bd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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