Class TelemetryConstants

java.lang.Object
io.quarkus.websockets.next.runtime.telemetry.TelemetryConstants

public final class TelemetryConstants extends Object
  • Field Details

    • CONNECTION_ID_ATTR_KEY

      public static final String CONNECTION_ID_ATTR_KEY
      OpenTelemetry attributes added to spans created for opened and closed connections.
      See Also:
    • CONNECTION_ENDPOINT_ATTR_KEY

      public static final String CONNECTION_ENDPOINT_ATTR_KEY
      See Also:
    • CONNECTION_CLIENT_ATTR_KEY

      public static final String CONNECTION_CLIENT_ATTR_KEY
      See Also:
    • 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_OPENED_ERROR

      public static final String SERVER_CONNECTION_OPENED_ERROR
      Counts number of times that opening of a WebSocket server connection resulted in error.
      See Also:
    • CLIENT_CONNECTION_OPENED_ERROR

      public static final String CLIENT_CONNECTION_OPENED_ERROR
      Counts number of times that opening of a WebSocket client connection resulted in error.
      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: