Metrics Service Provider implementations for Vert.x using Dropwizard metrics library.
- Java documentation
- JavaScript documentation
- Kotlin documentation
- Groovy documentation
- Ruby documentation
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.