etsy / statsd-jvm-profiler

Simple JVM Profiler Using StatsD and Other Metrics Backends
MIT License
330 stars 93 forks source link

Support Disabling Built-In Metrics #2

Closed ajsquared closed 9 years ago

ajsquared commented 9 years ago

Allow disabling either the memory or CPU metrics.

otisg commented 9 years ago

I think the suggestion in comments on https://codeascraft.com/2015/01/14/introducing-statsd-jvm-profiler-a-jvm-profiler-for-hadoop was really about being able to turn CPU profiling on/off dynamically, at run-time, on demand. I think this commit doesn't implement that.

ajsquared commented 9 years ago

I had also gotten some requests via email for what this commit does implement. That said, being able to turn it off at runtime is a great idea as well: https://github.com/etsy/statsd-jvm-profiler/issues/4