EXPAND ALL
  • Home

http_events

HTTP request-response pair events

ColumnTypePatternDesc
time_TIME64NSMETRIC_COUNTERTimestamp when the data record was collected.
upidUINT128GENERALAn opaque numeric ID that globally identify a running process inside the cluster.
remote_addrSTRINGGENERALIP address of the remote endpoint.
remote_portINT64GENERALPort of the remote endpoint.
trace_roleINT64GENERAL_ENUMThe role (client-or-server) of the process that owns the connections.
major_versionINT64GENERAL_ENUMHTTP major version, can be 1 or 2
minor_versionINT64GENERAL_ENUMHTTP minor version, HTTP1 uses 1, HTTP2 set this value to 0
content_typeINT64GENERAL_ENUMType of the HTTP payload, can be JSON or protobuf
req_headersSTRINGSTRUCTUREDRequest headers in JSON format
req_methodSTRINGGENERAL_ENUMHTTP request method (e.g. GET, POST, ...)
req_pathSTRINGSTRUCTUREDRequest path
req_bodySTRINGSTRUCTUREDRequest body in JSON format
req_body_sizeINT64METRIC_GAUGERequest body size (before any truncation)
resp_headersSTRINGSTRUCTUREDResponse headers in JSON format
resp_statusINT64GENERAL_ENUMHTTP response status code
resp_messageSTRINGSTRUCTUREDHTTP response status text (e.g. OK, Not Found, ...)
resp_bodySTRINGSTRUCTUREDResponse body in JSON format
resp_body_sizeINT64METRIC_GAUGEResponse body size (before any truncation)
latencyINT64METRIC_GAUGERequest-response latency.
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.