Uses of Interface
io.vertx.core.spi.VertxMetricsFactory
-
Packages that use VertxMetricsFactory Package Description io.vertx.core io.vertx.ext.dropwizard io.vertx.micrometer io.vertx.reactivex.core io.vertx.rxjava3.core -
-
Uses of VertxMetricsFactory in io.vertx.core
Methods in io.vertx.core with parameters of type VertxMetricsFactory Modifier and Type Method Description VertxBuilder
VertxBuilder. withMetrics(VertxMetricsFactory factory)
Programmatically set the metrics factory to be used when metrics are enabled. -
Uses of VertxMetricsFactory in io.vertx.ext.dropwizard
Classes in io.vertx.ext.dropwizard that implement VertxMetricsFactory Modifier and Type Class Description class
DropwizardVertxMetricsFactory
-
Uses of VertxMetricsFactory in io.vertx.micrometer
Classes in io.vertx.micrometer that implement VertxMetricsFactory Modifier and Type Class Description class
MicrometerMetricsFactory
The micrometer metrics registry. -
Uses of VertxMetricsFactory in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core with parameters of type VertxMetricsFactory Modifier and Type Method Description VertxBuilder
VertxBuilder. withMetrics(VertxMetricsFactory factory)
Programmatically set the metrics factory to be used when metrics are enabled. -
Uses of VertxMetricsFactory in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core with parameters of type VertxMetricsFactory Modifier and Type Method Description VertxBuilder
VertxBuilder. withMetrics(VertxMetricsFactory factory)
Programmatically set the metrics factory to be used when metrics are enabled.
-