Class WebSocketMetricConstants
java.lang.Object
io.quarkus.micrometer.runtime.binder.websockets.WebSocketMetricConstants
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringNumber of bytes sent and received by client endpoints.static final StringCounts all the WebSockets client closed connections.static final StringCounts number of times that opening of a WebSocket client connection resulted in error, therefore closing the connection.static final StringCounts all the WebSockets client opened connections.static final StringNumber of messages sent and received by client endpoints.static final StringCounts all the WebSockets client endpoint errors.static final StringWebSocketMetricConstants.Directiontag key.static final StringNumber of bytes sent and received by server endpoints.static final StringCounts all the WebSockets client closed connections.static final StringCounts number of times that opening of a WebSocket server connection resulted in error, therefore closing the connection.static final StringCounts all the WebSockets client opened connections.static final StringNumber of messages sent and received by server endpoints.static final StringCounts all the WebSockets server endpoint errors. -
Method Summary
-
Field Details
-
CLIENT_CONNECTION_OPENED
Counts all the WebSockets client opened connections.- See Also:
-
SERVER_CONNECTION_OPENED
Counts all the WebSockets client opened connections.- See Also:
-
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
Counts number of times that opening of a WebSocket client connection resulted in error, therefore closing the connection.- See Also:
-
CLIENT_CONNECTION_CLOSED
Counts all the WebSockets client closed connections.- See Also:
-
SERVER_CONNECTION_CLOSED
Counts all the WebSockets client closed connections.- See Also:
-
SERVER_ENDPOINT_COUNT_ERRORS
Counts all the WebSockets server endpoint errors.- See Also:
-
CLIENT_ENDPOINT_COUNT_ERRORS
Counts all the WebSockets client endpoint errors.- See Also:
-
SERVER_COUNT
Number of messages sent and received by server endpoints.- See Also:
-
SERVER_BYTES
Number of bytes sent and received by server endpoints.- See Also:
-
CLIENT_COUNT
Number of messages sent and received by client endpoints.- See Also:
-
CLIENT_BYTES
Number of bytes sent and received by client endpoints.- See Also:
-
DIRECTION_TAG_KEY
WebSocketMetricConstants.Directiontag key.- See Also:
-