Uses of Package
io.vertx.core.spi.metrics
Packages that use io.vertx.core.spi.metrics
Package
Description
-
Classes in io.vertx.core.spi.metrics used by io.vertx.core.spi
-
Classes in io.vertx.core.spi.metrics used by io.vertx.core.spi.metricsClassDescriptionThe client metrics SPI that Vert.x will use to call when client events occur.The datagram/udp metrics SPI which Vert.x will use to call when each event occurs pertaining to datagram sockets.The event bus metrics SPI which Vert.x will use to call when each event occurs.The http client metrics SPI that Vert.x will use to call when http client events occur.The http server metrics SPI that Vert.x will use to call when each http server event occurs.The metrics interface is implemented by metrics providers that wants to provide monitoring of Vert.x core.An SPI used internally by Vert.x to gather metrics on a net socket which serves as a base class for TCP, UDP or QUIC.Worker pool metricsAn SPI used internally by Vert.x to gather metrics on a socket transport which serves as a base class for things like HttpServer and HttpClient, all of which serve connections.WebSocket metrics.
-
Classes in io.vertx.core.spi.metrics used by io.vertx.ext.dropwizard
-
Classes in io.vertx.core.spi.metrics used by io.vertx.micrometer
-
Classes in io.vertx.core.spi.metrics used by io.vertx.sqlclient.spi.connectionClassDescriptionThe client metrics SPI that Vert.x will use to call when client events occur.