OmniClientMetricsGrpc#

struct OmniClientMetricsGrpc#

Extra metrics about a gRPC call.

Public Members

uint16_t grpcStatusCode#

One of https://grpc.io/docs/guides/status-codes/.

uint64_t durationNs#

How long the entire call took.

char const *callName#

Name of the call (Stat, List, Read, etc)

char const *parameters#

Parameters for the call (ie: resource address) This is not an exhaustive list.