Class WebSocketMetricConstants

java.lang.Object
io.quarkus.micrometer.runtime.binder.websockets.WebSocketMetricConstants

public final class WebSocketMetricConstants extends Object
  • Field Details

    • CLIENT_CONNECTION_OPENED

      public static final String CLIENT_CONNECTION_OPENED
      Counts all the WebSockets client opened connections.
      See Also:
    • SERVER_CONNECTION_OPENED

      public static final String SERVER_CONNECTION_OPENED
      Counts all the WebSockets client opened connections.
      See Also:
    • SERVER_CONNECTION_ON_OPEN_ERROR

      public static final String SERVER_CONNECTION_ON_OPEN_ERROR
      Counts number of times that opening of a WebSocket server connection resulted in error, therefore closing the connection.
      See Also:
    • CLIENT_CONNECTION_ON_OPEN_ERROR

      public static final String CLIENT_CONNECTION_ON_OPEN_ERROR
      Counts number of times that opening of a WebSocket client connection resulted in error, therefore closing the connection.
      See Also:
    • CLIENT_CONNECTION_CLOSED

      public static final String CLIENT_CONNECTION_CLOSED
      Counts all the WebSockets client closed connections.
      See Also:
    • SERVER_CONNECTION_CLOSED

      public static final String SERVER_CONNECTION_CLOSED
      Counts all the WebSockets client closed connections.
      See Also:
    • SERVER_ENDPOINT_COUNT_ERRORS

      public static final String SERVER_ENDPOINT_COUNT_ERRORS
      Counts all the WebSockets server endpoint errors.
      See Also:
    • CLIENT_ENDPOINT_COUNT_ERRORS

      public static final String CLIENT_ENDPOINT_COUNT_ERRORS
      Counts all the WebSockets client endpoint errors.
      See Also:
    • SERVER_COUNT

      public static final String SERVER_COUNT
      Number of messages sent and received by server endpoints.
      See Also:
    • SERVER_BYTES

      public static final String SERVER_BYTES
      Number of bytes sent and received by server endpoints.
      See Also:
    • CLIENT_COUNT

      public static final String CLIENT_COUNT
      Number of messages sent and received by client endpoints.
      See Also:
    • CLIENT_BYTES

      public static final String CLIENT_BYTES
      Number of bytes sent and received by client endpoints.
      See Also:
    • DIRECTION_TAG_KEY

      public static final String DIRECTION_TAG_KEY
      See Also: