Uses of Interface
io.vertx.core.spi.metrics.Metrics

Packages that use Metrics
Package
Description
 
  • Uses of Metrics in io.vertx.core.spi.metrics

    Modifier and Type
    Interface
    Description
    interface 
    ClientMetrics<M,Req,Resp>
    The client metrics SPI that Vert.x will use to call when client events occur.
    interface 
    The datagram/udp metrics SPI which Vert.x will use to call when each event occurs pertaining to datagram sockets.
    interface 
    The event bus metrics SPI which Vert.x will use to call when each event occurs.
    interface 
    The http client metrics SPI that Vert.x will use to call when http client events occur.
    interface 
    The http server metrics SPI that Vert.x will use to call when each http server event occurs.
    interface 
    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.
    interface 
    Worker pool metrics
    interface 
    Deprecated, for removal: This API element is subject to removal in a future version.
    instead use TransportMetrics
    interface 
    An 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.
    interface 
    The main Vert.x metrics SPI which Vert.x will use internally.
    interface 
    WebSocket metrics.
    Methods in io.vertx.core.spi.metrics that return Metrics
    Modifier and Type
    Method
    Description
    MetricsProvider.getMetrics()
    Returns the metrics implementation.