Metrics Service Provider implementations for Vert.x using Dropwizard metrics library.
See https://github.com/vert-x3/vertx-dropwizard-metrics/blob/master/src/main/asciidoc/java/index.adoc
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: vert-x3/issues#178 (comment)
-
using a class dealing with the Vert.x SPI: vert-x3/issues#178 (comment)
You can also use Apache Aries SPY-Fly to expose a io.vertx.core.spi.VertxMetricsFactory
service and manage the classloading for you.