aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/debug/stats_data_bq_schema.sql
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2017-10-03 14:25:08 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2017-10-03 14:47:45 -0700
commit2f2175c207fab465db52184eb9a9c492026ac471 (patch)
tree49d6f99768c9436c3af2095513847f4ec54908f6 /src/core/lib/debug/stats_data_bq_schema.sql
parenta3d4a200edf45ddc997d3f889ff298129b94aeb4 (diff)
Counter for number of failed trylocks in cq
Diffstat (limited to 'src/core/lib/debug/stats_data_bq_schema.sql')
-rw-r--r--src/core/lib/debug/stats_data_bq_schema.sql3
1 files changed, 2 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 f96e40c00e..6ad58e2530 100644
--- a/src/core/lib/debug/stats_data_bq_schema.sql
+++ b/src/core/lib/debug/stats_data_bq_schema.sql
@@ -85,4 +85,5 @@ executor_wakeup_initiated_per_iteration:FLOAT,
executor_queue_drained_per_iteration:FLOAT,
executor_push_retries_per_iteration:FLOAT,
server_requested_calls_per_iteration:FLOAT,
-server_slowpath_requests_queued_per_iteration:FLOAT
+server_slowpath_requests_queued_per_iteration:FLOAT,
+cq_failed_queue_trylocks_per_iteration:FLOAT