aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/environment_variables.md
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-06-20 17:45:42 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-06-20 17:45:42 -0700
commit9f3bd3340c94bcec2bde93a293aa63a28daac08f (patch)
treeb5550d41e0b8c11dbc70c634de2c075a2acb6ac3 /doc/environment_variables.md
parent264879fec50a699c8c93fead66bcb4a6fe4a2bd5 (diff)
Updated doc
Diffstat (limited to 'doc/environment_variables.md')
-rw-r--r--doc/environment_variables.md31
1 files changed, 17 insertions, 14 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index 000f0e5ae7..0a289ac94d 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -60,20 +60,23 @@ 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
+
+ The following tracers will only run in binaries built in DEBUG mode. This is
+ accomplished by invoking `CONFIG=dbg make <target>`
+ - metadata - tracks creation and mutation of metadata
+ - closure - tracks closure creation, scheduling, and completion
+ - pending_tags - traces still-in-progress tags on completion queues
+ - polling - traces the selected polling engine
+ - 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 '-'.