Class VertxTcpServerMetrics
java.lang.Object
io.quarkus.micrometer.runtime.binder.vertx.NetworkMetrics
io.quarkus.micrometer.runtime.binder.vertx.VertxTcpServerMetrics
- All Implemented Interfaces:
io.vertx.core.spi.metrics.Metrics,io.vertx.core.spi.metrics.NetworkMetrics<io.micrometer.core.instrument.LongTaskTimer.Sample>,io.vertx.core.spi.metrics.TCPMetrics<io.micrometer.core.instrument.LongTaskTimer.Sample>
- Direct Known Subclasses:
VertxHttpServerMetrics
-
Field Summary
Fields inherited from class io.quarkus.micrometer.runtime.binder.vertx.NetworkMetrics
exceptionCounter, received, registry, sent, tagsFields inherited from interface io.vertx.core.spi.metrics.Metrics
DISABLE_METRICS_PROPERTY_NAME, METRICS_ENABLED -
Constructor Summary
ConstructorsConstructorDescriptionVertxTcpServerMetrics(io.micrometer.core.instrument.MeterRegistry registry, String prefix, io.micrometer.core.instrument.Tags tags) -
Method Summary
Methods inherited from class io.quarkus.micrometer.runtime.binder.vertx.NetworkMetrics
bytesRead, bytesWritten, connected, disconnected, exceptionOccurred, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vertx.core.spi.metrics.Metrics
close
-
Constructor Details
-
VertxTcpServerMetrics
VertxTcpServerMetrics(io.micrometer.core.instrument.MeterRegistry registry, String prefix, io.micrometer.core.instrument.Tags tags)
-