Class TelemetryConstants
java.lang.Object
io.quarkus.websockets.next.runtime.telemetry.TelemetryConstants
-
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 all the WebSockets client opened connections.static final StringCounts number of times that opening of a WebSocket client connection resulted in error.static final StringNumber of messages sent and received by client endpoints.static final StringCounts all the WebSockets client endpoint errors.static final Stringstatic final Stringstatic final StringOpenTelemetry attributes added to spans created for opened and closed connections.static final StringTelemetryConstants.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 all the WebSockets client opened connections.static final StringCounts number of times that opening of a WebSocket server connection resulted in error.static final StringNumber of messages sent and received by server endpoints.static final StringCounts all the WebSockets server endpoint errors. -
Method Summary
-
Field Details
-
CONNECTION_ID_ATTR_KEY
OpenTelemetry attributes added to spans created for opened and closed connections.- See Also:
-
CONNECTION_ENDPOINT_ATTR_KEY
- See Also:
-
CONNECTION_CLIENT_ATTR_KEY
- See Also:
-
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_OPENED_ERROR
Counts number of times that opening of a WebSocket server connection resulted in error.- See Also:
-
CLIENT_CONNECTION_OPENED_ERROR
Counts number of times that opening of a WebSocket client connection resulted in error.- 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
TelemetryConstants.Directiontag key.- See Also:
-