EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
NATS messages.
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. |
cmd | STRING | GENERAL | The name of the command. |
body | STRING | STRUCTURED | Option name and value pairs, formatted as JSON. |
resp | STRING | GENERAL | The response to the command. One of OK & ERR |