OmniClientMetricsHttp#
-
struct OmniClientMetricsHttp#
Extra metrics about an HTTP call.
Public Members
-
uint16_t httpStatusCode#
One of https://en.wikipedia.org/wiki/List_of_HTTP_status_codes.
-
uint64_t durationNs#
How long the entire call took.
-
char const *method#
Call method (HEAD, GET, PUT, POST, etc)
-
char const *url#
URL of the call.
-
uint64_t bytesUploaded#
Number of bytes uploaded.
-
uint64_t bytesDownloaded#
Number of bytes downloaded.
-
uint16_t httpStatusCode#