aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-09-12 21:04:20 -0700
committerGravatar GitHub <noreply@github.com>2017-09-12 21:04:20 -0700
commit5566e4e7fa77b2e705fa93d37e3bf3524363821d (patch)
tree232faf6c2e71dc72bfa335448cc4d3364a25b454 /src
parent538418da961433e31d7545434b2d16bac4eb38d5 (diff)
parentbdfa308a1f6fb12048c9966ee3ee8698c8fd8615 (diff)
Merge pull request #12509 from ctiller/stats_json
Upload core stats to qps_test
Diffstat (limited to 'src')
-rw-r--r--src/core/lib/debug/stats_data_bq_schema.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/lib/debug/stats_data_bq_schema.sql b/src/core/lib/debug/stats_data_bq_schema.sql
index b669555fa0..7291bbf070 100644
--- a/src/core/lib/debug/stats_data_bq_schema.sql
+++ b/src/core/lib/debug/stats_data_bq_schema.sql
@@ -30,4 +30,6 @@ executor_scheduled_long_items_per_iteration:INTEGER,
executor_scheduled_to_self_per_iteration:INTEGER,
executor_wakeup_initiated_per_iteration:INTEGER,
executor_queue_drained_per_iteration:INTEGER,
-executor_push_retries_per_iteration:INTEGER
+executor_push_retries_per_iteration:INTEGER,
+server_requested_calls_per_iteration:INTEGER,
+server_slowpath_requests_queued_per_iteration:INTEGER