struct WriteMetric
Defined at line 245 of file ../../third_party/grpc/src/include/grpc/event_engine/event_engine.h
An output WriteMetric consists of a key and a value.
The space of keys can be queried from the endpoint via the
and
APIs.
The value is an int64_t that is implementation-defined. Check with the
endpoint implementation documentation for the semantics of each metric.
Public Members
size_t key
int64_t value