aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/environment_variables.md
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-05 15:31:43 +0000
committerGravatar Craig Tiller <ctiller@google.com>2017-10-05 15:31:43 +0000
commit7b2484b380a061626010467efe5c24db83dc3db6 (patch)
treeaf3d8f369a55d4cdb5643ec25909ec8035344364 /doc/environment_variables.md
parent14ee7c308d1ff5f7b502da3b631e034e54c4d64d (diff)
Document env var
Diffstat (limited to 'doc/environment_variables.md')
-rw-r--r--doc/environment_variables.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index f775de1664..c5fb266498 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -49,6 +49,7 @@ some configuration as environment variables that can be set.
- connectivity_state - traces connectivity state changes to channels
- channel_stack_builder - traces information about channel stacks being built
- executor - traces grpc's internal thread pool ('the executor')
+ - glb - traces the grpclb load balancer
- http - traces state in the http2 transport engine
- http2_stream_state - traces all http2 stream state mutations.
- http1 - traces HTTP/1.x operations performed by gRPC
@@ -56,11 +57,12 @@ 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
- - round_robin - traces the round_robin load balancing policy
- pick_first - traces the pick first load balancing policy
- plugin_credentials - traces plugin credentials
+ - pollable_refcount - traces reference counting of 'pollable' objects (only
+ in DEBUG)
- resource_quota - trace resource quota objects internals
- - glb - traces the grpclb load balancer
+ - round_robin - traces the round_robin load balancing policy
- queue_pluck
- queue_timeout
- server_channel - lightweight trace of significant server channel events