etsy / statsd-jvm-profiler

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

Release with vertx version 3.x #47

Closed harishmaiya closed 7 years ago

harishmaiya commented 7 years ago

I am trying to use statsd-jvm-profiler with my Spark application. There is mismatch in jackson library since vertx 2.4.1 in statsd uses old (2.2.2) and my application has jackson version 2.8 Spark cluster does not seem to be accepting jars with different versions of same software. Is there plan to upgrade statds profiler with newer vertx 3.x

harishmaiya commented 7 years ago

Just saw that there was upgrade commit to upgrading vertx to 3.2.0 #31 trying to use that