aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/debug/stats_data.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-09-08 14:26:22 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-09-08 14:26:22 -0700
commit073a88f4dddf102ecaa46f2d74fd85bdf5be9594 (patch)
tree6a1ececb9e5539b9142e0d19999299b0c8ec3fa7 /src/core/lib/debug/stats_data.c
parent2e9afc02ac7cf422c0d46d702c72885d6500c115 (diff)
add some stats
Diffstat (limited to 'src/core/lib/debug/stats_data.c')
-rw-r--r--src/core/lib/debug/stats_data.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/debug/stats_data.c b/src/core/lib/debug/stats_data.c
index 490d257d2f..a21bb1ef40 100644
--- a/src/core/lib/debug/stats_data.c
+++ b/src/core/lib/debug/stats_data.c
@@ -43,6 +43,8 @@ const char *grpc_stats_counter_name[GRPC_STATS_COUNTER_COUNT] = {
"http2_pings_sent",
"http2_writes_begun",
"http2_writes_offloaded",
+ "http2_writes_continued",
+ "http2_partial_writes",
"combiner_locks_initiated",
"combiner_locks_scheduled_items",
"combiner_locks_scheduled_final_items",