Public Attributes | |
grpc_status_code | call_final_status |
intptr_t | call_id |
intptr_t | channel_id |
bool | fully_processed |
uint64_t | incoming_bytes |
char * | initial_md_str |
char * | method_name |
gpr_mu | mu |
uint64_t | outgoing_bytes |
char * | trailing_md_str |
Definition at line 38 of file load_reporting_hook.cc.
grpc_status_code load_reporting_data::call_final_status |
Definition at line 50 of file load_reporting_hook.cc.
intptr_t load_reporting_data::call_id |
Definition at line 41 of file load_reporting_hook.cc.
intptr_t load_reporting_data::channel_id |
Definition at line 40 of file load_reporting_hook.cc.
bool load_reporting_data::fully_processed |
Definition at line 52 of file load_reporting_hook.cc.
uint64_t load_reporting_data::incoming_bytes |
Definition at line 47 of file load_reporting_hook.cc.
char* load_reporting_data::initial_md_str |
Definition at line 43 of file load_reporting_hook.cc.
char* load_reporting_data::method_name |
Definition at line 45 of file load_reporting_hook.cc.
gpr_mu load_reporting_data::mu |
Definition at line 39 of file load_reporting_hook.cc.
uint64_t load_reporting_data::outgoing_bytes |
Definition at line 48 of file load_reporting_hook.cc.
char* load_reporting_data::trailing_md_str |
Definition at line 44 of file load_reporting_hook.cc.