EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
AMQP table 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. |
| local_addr | STRING | GENERAL | IP address of the local endpoint. |
| local_port | INT64 | GENERAL | Port of the local endpoint. |
| trace_role | INT64 | GENERAL_ENUM | The role (client-or-server) of the process that owns the connections. |
| encrypted | BOOLEAN | GENERAL_ENUM | If the protocol trace happened over an encrypted connection |
| frame_type | INT64 | GENERAL | AMQP request command |
| channel | INT64 | GENERAL | AMQP channel |
| req_class_id | INT64 | GENERAL | AMQP request for request class_id |
| req_method_id | INT64 | GENERAL | AMQP request for request method_id |
| resp_class_id | INT64 | GENERAL | AMQP request for request class_id |
| resp_method_id | INT64 | GENERAL | AMQP request for request method_id |
| req_msg | STRING | GENERAL | AMQP message req |
| resp_msg | STRING | GENERAL | AMQP message resp |
| latency | INT64 | METRIC_GAUGE | Request-response latency. |