vertx-dropwizard-metrics icon indicating copy to clipboard operation
vertx-dropwizard-metrics copied to clipboard

Vert.x Metrics

Dropwizard Metrics for Vert.x

Build Status (5.x) Build Status (4.x)

Metrics Service Provider implementations for Vert.x using Dropwizard metrics library.

Documentation

Using Vert.x Dropwizard Metrics as an OSGi Metrics

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.