uber-common / jvm-profiler

JVM Profiler Sending Metrics to Kafka, Console Output or Custom Reporter
Other
1.78k stars 342 forks source link

StatsdOutputReporter #38

Closed cozos closed 5 years ago

cozos commented 5 years ago

Any reason why there is no StatsdOutputReporter? I'd be interested in writing one as I use Statsd to collect metrics.

felixcheung commented 5 years ago

Great! Please consider contributing!

cozos commented 5 years ago

https://github.com/uber-common/jvm-profiler/pull/40/files

First pass at this, LMK what you think

hiboyang commented 5 years ago

Merged the code.

felixcheung commented 5 years ago

adding tests is a good idea still though ;)

cozos commented 5 years ago

I'll do that when I have some time.