|
|
@ -71,6 +71,7 @@ const char *grpc_stats_counter_name[GRPC_STATS_COUNTER_COUNT] = { |
|
|
|
"http2_initiate_write_due_to_transport_flow_control_unstalled", |
|
|
|
"http2_initiate_write_due_to_transport_flow_control_unstalled", |
|
|
|
"http2_initiate_write_due_to_ping_response", |
|
|
|
"http2_initiate_write_due_to_ping_response", |
|
|
|
"http2_initiate_write_due_to_force_rst_stream", |
|
|
|
"http2_initiate_write_due_to_force_rst_stream", |
|
|
|
|
|
|
|
"http2_spurious_writes_begun", |
|
|
|
"combiner_locks_initiated", |
|
|
|
"combiner_locks_initiated", |
|
|
|
"combiner_locks_scheduled_items", |
|
|
|
"combiner_locks_scheduled_items", |
|
|
|
"combiner_locks_scheduled_final_items", |
|
|
|
"combiner_locks_scheduled_final_items", |
|
|
@ -137,6 +138,7 @@ const char *grpc_stats_counter_doc[GRPC_STATS_COUNTER_COUNT] = { |
|
|
|
"'transport_flow_control_unstalled'", |
|
|
|
"'transport_flow_control_unstalled'", |
|
|
|
"Number of HTTP2 writes initiated due to 'ping_response'", |
|
|
|
"Number of HTTP2 writes initiated due to 'ping_response'", |
|
|
|
"Number of HTTP2 writes initiated due to 'force_rst_stream'", |
|
|
|
"Number of HTTP2 writes initiated due to 'force_rst_stream'", |
|
|
|
|
|
|
|
"Number of HTTP2 writes initiated with nothing to write", |
|
|
|
"Number of combiner lock entries by process (first items queued to a " |
|
|
|
"Number of combiner lock entries by process (first items queued to a " |
|
|
|
"combiner)", |
|
|
|
"combiner)", |
|
|
|
"Number of items scheduled against combiner locks", |
|
|
|
"Number of items scheduled against combiner locks", |
|
|
|