Class VertxMeterBinderAdapter
- java.lang.Object
-
- io.vertx.core.metrics.MetricsOptions
-
- io.quarkus.micrometer.runtime.binder.vertx.VertxMeterBinderAdapter
-
- All Implemented Interfaces:
io.vertx.core.metrics.Measured,io.vertx.core.spi.metrics.Metrics,io.vertx.core.spi.metrics.VertxMetrics,io.vertx.core.spi.VertxMetricsFactory,io.vertx.core.spi.VertxServiceProvider
public class VertxMeterBinderAdapter extends io.vertx.core.metrics.MetricsOptions implements io.vertx.core.spi.VertxMetricsFactory, io.vertx.core.spi.metrics.VertxMetrics
-
-
Constructor Summary
Constructors Constructor Description VertxMeterBinderAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.spi.metrics.HttpServerMetrics<?,?,?>createHttpServerMetrics(io.vertx.core.http.HttpServerOptions options, io.vertx.core.net.SocketAddress localAddress)io.vertx.core.spi.VertxMetricsFactorygetFactory()booleanisEnabled()io.vertx.core.spi.metrics.VertxMetricsmetrics(io.vertx.core.VertxOptions vertxOptions)io.vertx.core.metrics.MetricsOptionsnewOptions()(package private) voidsetHttpConfig(HttpBinderConfiguration httpBinderConfiguration)-
Methods inherited from class io.vertx.core.metrics.MetricsOptions
setEnabled, setFactory, toJson, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
setHttpConfig
void setHttpConfig(HttpBinderConfiguration httpBinderConfiguration)
-
isEnabled
public boolean isEnabled()
- Overrides:
isEnabledin classio.vertx.core.metrics.MetricsOptions
-
getFactory
public io.vertx.core.spi.VertxMetricsFactory getFactory()
- Overrides:
getFactoryin classio.vertx.core.metrics.MetricsOptions
-
metrics
public io.vertx.core.spi.metrics.VertxMetrics metrics(io.vertx.core.VertxOptions vertxOptions)
- Specified by:
metricsin interfaceio.vertx.core.spi.VertxMetricsFactory
-
newOptions
public io.vertx.core.metrics.MetricsOptions newOptions()
- Specified by:
newOptionsin interfaceio.vertx.core.spi.VertxMetricsFactory
-
createHttpServerMetrics
public io.vertx.core.spi.metrics.HttpServerMetrics<?,?,?> createHttpServerMetrics(io.vertx.core.http.HttpServerOptions options, io.vertx.core.net.SocketAddress localAddress)- Specified by:
createHttpServerMetricsin interfaceio.vertx.core.spi.metrics.VertxMetrics
-
-