Metrics Service Provider implementations for Vert.x using Dropwizard metrics library.
To use this project as an OSGi bundle check these examples:
using a bridge classloader to load Vert.x and the VertxMetricFactory using the same classloader: https://github.com/vert-x3/issues/issues/178#issuecomment-241643262
using a class dealing with the Vert.x SPI: https://github.com/vert-x3/issues/issues/178#issuecomment-241974500
You can also use Apache Aries SPY-Fly to expose a io.vertx.core.spi.VertxMetricsFactory
service and manage the classloading for you.