aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-04-25 08:30:16 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-06-08 17:50:22 -0700
commit8e331bf8e8b05ca1f40c7a9dd211c975948a748e (patch)
tree3277bc18ca31793f6ff5574ccac8f9be73844afd /doc
parentffe7209279f60ffc5ea832a13643179b8c81fcb3 (diff)
Update env var doc
Diffstat (limited to 'doc')
-rw-r--r--doc/environment_variables.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index 47efb3a1d8..62a988f267 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -47,8 +47,6 @@ some configuration as environment variables that can be set.
- flowctl - traces http2 flow control
- op_failure - traces error information when failure is pushed onto a
completion queue
- - pending_tags - [debug builds only] traces still-in-progress tags on
- completion queues
- round_robin - traces the round_robin load balancing policy
- glb - traces the grpclb load balancer
- queue_pluck
@@ -58,6 +56,20 @@ some configuration as environment variables that can be set.
- timer - timers (alarms) in the grpc internals
- transport_security - traces metadata about secure channel establishment
- tcp - traces bytes in and out of a channel
+ - DEBUG builds only:
+ * metadata - tracks creation and mutation of metadata
+ * closure - tracks closure creation, scheduling, and completion
+ * pending_tags - traces still-in-progress tags on completion queues
+ * queue_refcount
+ * error_refcount
+ * stream_refcount
+ * workqueue_refcount
+ * fd_refcount
+ * auth_context_refcount
+ * security_connector_refcount
+ * resolver_refcount
+ * lb_policy_refcount
+ * chttp2_refcount
'all' can additionally be used to turn all traces on.
Individual traces can be disabled by prefixing them with '-'.