vertx / io.vertx.core.spi / VertxMetricsFactory / metrics

metrics

abstract fun metrics(vertx: Vertx, options: VertxOptions): VertxMetrics

Create a new io.vertx.core.spi.metrics.VertxMetrics object. No specific thread and context can be expected when this method is called.

Parameters

vertx - the vertx instance

options - the metrics configuration option

Return
the metrics implementation