GRPC Core  0.11.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros
rpc_metric_id.h File Reference

Go to the source code of this file.

Macros

#define CENSUS_METRIC_RPC_CLIENT_REQUESTS   ((gpr_uint32)0)
 
#define CENSUS_METRIC_RPC_SERVER_REQUESTS   ((gpr_uint32)1)
 
#define CENSUS_METRIC_RPC_CLIENT_ERRORS   ((gpr_uint32)2)
 
#define CENSUS_METRIC_RPC_SERVER_ERRORS   ((gpr_uint32)3)
 
#define CENSUS_METRIC_RPC_CLIENT_LATENCY   ((gpr_uint32)4)
 
#define CENSUS_METRIC_RPC_SERVER_LATENCY   ((gpr_uint32)5)
 

Macro Definition Documentation

#define CENSUS_METRIC_RPC_CLIENT_ERRORS   ((gpr_uint32)2)
#define CENSUS_METRIC_RPC_CLIENT_LATENCY   ((gpr_uint32)4)
#define CENSUS_METRIC_RPC_CLIENT_REQUESTS   ((gpr_uint32)0)
#define CENSUS_METRIC_RPC_SERVER_ERRORS   ((gpr_uint32)3)
#define CENSUS_METRIC_RPC_SERVER_LATENCY   ((gpr_uint32)5)
#define CENSUS_METRIC_RPC_SERVER_REQUESTS   ((gpr_uint32)1)