EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Cassandra (CQL) request-response pair events
Column | Type | Pattern | Desc |
---|---|---|---|
time_ | TIME64NS | METRIC_COUNTER | Timestamp when the data record was collected. |
upid | UINT128 | GENERAL | An opaque numeric ID that globally identify a running process inside the cluster. |
remote_addr | STRING | GENERAL | IP address of the remote endpoint. |
remote_port | INT64 | GENERAL | Port of the remote endpoint. |
trace_role | INT64 | GENERAL_ENUM | The role (client-or-server) of the process that owns the connections. |
req_op | INT64 | GENERAL_ENUM | Request opcode |
req_body | STRING | GENERAL | Request body |
resp_op | INT64 | GENERAL_ENUM | Response opcode |
resp_body | STRING | GENERAL | Request body |
latency | INT64 | METRIC_GAUGE | Request-response latency. |