The descriptions below detail the fields available for websocket_analytics.
Type: int
Number of bytes received from the client.
Type: int
Number of bytes received from the origin.
Type: int
Number of bytes sent to the client.
Type: int
Number of bytes sent to the origin.
Type: int
The client's autonomous system number (ASN).
Type: string
The client IP address.
Type: string
The host requested by the client in the WebSocket upgrade request.
Type: string
The path requested by the client in the WebSocket upgrade request.
Type: string
The user agent reported by the client.
Type: string
IATA airport code of the data center that handled the connection.
Type: string
The edge proxy classification for why the WebSocket connection ended. none means the proxy observed no classified error or timeout.
Possible values are none | unspecifiedError | timedOut | peerReset | upstreamReset | protocolViolation | peerNoError.
Type: string
The side where the edge proxy observed the connection close. This field does not necessarily identify which side initiated the close. both means the proxy observed closure in both directions and does not identify which direction closed first.
Possible values are upstream | downstream | me | both. Unrecognized classifications can appear as raw internal values.
Type: string
Unique identifier of the WebSocket connection, hex-encoded.
Type: int
A reportable transport-level close code observed. For Transport Layer Security (TLS) connections, the low byte contains the TLS alert description. A TLS close_notify alert is not reported. A value of 0 means no reportable code was observed or the connection used plain TCP. The most significant bit indicates the source: 0 = proxy-initiated, 1 = peer-initiated.
Type: int or string
Timestamp at which the WebSocket connection closed. To specify the timestamp format, refer to Output types.
Type: int or string
Timestamp at which the WebSocket connection was established. To specify the timestamp format, refer to Output types.
Type: string
The Ray ID of the WebSocket upgrade request.