34 #ifndef GRPC_INTERNAL_CORE_STATISTICS_CENSUS_INTERFACE_H
35 #define GRPC_INTERNAL_CORE_STATISTICS_CENSUS_INTERFACE_H
37 #include <grpc/support/port_platform.h>
40 #define CENSUS_MAX_ANNOTATION_LENGTH 200
52 void census_init(
void);
55 void census_shutdown(
void);
64 int census_add_method_tag(
census_op_id op_id,
const char* method_name);
68 void census_tracing_print(
census_op_id op_id,
const char* annotation);
Definition: census_interface.h:44
Definition: census_rpc_stats.h:44