|
GRPC C++
1.80.0
|
An output WriteMetric consists of a key and a value. More...
#include <event_engine.h>
Data Fields | |
| size_t | key |
| int64_t | value |
An output WriteMetric consists of a key and a value.
The space of keys can be queried from the endpoint via the AllWriteMetrics, GetMetricName and GetMetricKey APIs. The value is an int64_t that is implementation-defined. Check with the endpoint implementation documentation for the semantics of each metric.
| size_t grpc_event_engine::experimental::EventEngine::Endpoint::WriteMetric::key |
| int64_t grpc_event_engine::experimental::EventEngine::Endpoint::WriteMetric::value |
1.8.17