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 16:04:42 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2017-10-03 16:04:42 -0700
commit0d0fa06488e09bb404511af15523f2e75a2e86c8 (patch)
tree0d8eff514e370c7aa42bbb23a097d668cb288e5a /src/core/lib/debug/stats_data_bq_schema.sql
parent2f2175c207fab465db52184eb9a9c492026ac471 (diff)
Add more counters 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.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 6ad58e2530..0f70a52a6c 100644
--- a/src/core/lib/debug/stats_data_bq_schema.sql
+++ b/src/core/lib/debug/stats_data_bq_schema.sql
@@ -86,4 +86,6 @@ 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,
-cq_failed_queue_trylocks_per_iteration:FLOAT
+cq_ev_queue_trylock_failures_per_iteration:FLOAT,
+cq_ev_queue_trylock_successes_per_iteration:FLOAT,
+cq_ev_queue_transient_pop_failures_per_iteration:FLOAT