GRPC C++  1.80.0
Data Fields
grpc_event_engine::experimental::EventEngine::Endpoint::WriteMetric Struct Reference

An output WriteMetric consists of a key and a value. More...

#include <event_engine.h>

Data Fields

size_t key
 
int64_t value
 

Detailed Description

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.

Field Documentation

◆ key

size_t grpc_event_engine::experimental::EventEngine::Endpoint::WriteMetric::key

◆ value

int64_t grpc_event_engine::experimental::EventEngine::Endpoint::WriteMetric::value

The documentation for this struct was generated from the following file: