Go to the documentation of this file.
34 #ifndef CENSUS_RPC_METRIC_ID_H
35 #define CENSUS_RPC_METRIC_ID_H
39 #define CENSUS_METRIC_RPC_CLIENT_REQUESTS ((gpr_uint32)0)
41 #define CENSUS_METRIC_RPC_SERVER_REQUESTS ((gpr_uint32)1)
43 #define CENSUS_METRIC_RPC_CLIENT_ERRORS ((gpr_uint32)2)
45 #define CENSUS_METRIC_RPC_SERVER_ERRORS ((gpr_uint32)3)
47 #define CENSUS_METRIC_RPC_CLIENT_LATENCY ((gpr_uint32)4)
49 #define CENSUS_METRIC_RPC_SERVER_LATENCY ((gpr_uint32)5)