Interface Metrics

All Known Subinterfaces:
ClientMetrics<M,Req,Resp>, DatagramSocketMetrics, EventBusMetrics<H>, HttpClientMetrics<R,W>, HttpServerMetrics<R,W>, NetworkMetrics<C>, PoolMetrics<Q,T>, TCPMetrics<C>, TransportMetrics<C>, VertxMetrics, WebSocketMetrics<W>

public interface Metrics
The metrics interface is implemented by metrics providers that wants to provide monitoring of Vert.x core.
Author:
Nick Scavelli
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final boolean
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Used to close out the metrics, for example when an http server/client has been closed.
  • Field Details

    • METRICS_ENABLED

      static final boolean METRICS_ENABLED
  • Method Details

    • close

      default void close()
      Used to close out the metrics, for example when an http server/client has been closed.

      No specific thread and context can be expected when this method is called.