aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2018-04-27 09:28:50 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2018-04-27 09:28:50 -0700
commitd93a483eb4d629cc17f85e3adea374c2f495744e (patch)
tree6490a77e86b6880fd5ecf95cf36440eea87167db /doc
parentad11bf5b604cfce29968211707d798473fc0802e (diff)
more accurate description in environment_variables.md
Diffstat (limited to 'doc')
-rw-r--r--doc/environment_variables.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index a5130ea4e2..6911e22c4a 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -49,7 +49,9 @@ 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')
- - fd_trace - traces fd creation, shutdown and closure.
+ - fd_trace - traces fd create(), shutdown() and close() calls for channel fds.
+ Also traces epoll fd create()/close() calls in epollex polling engine
+ traces epoll-fd creation/close calls for epollex polling engine
- glb - traces the grpclb load balancer
- handshaker - traces handshaking state
- http - traces state in the http2 transport engine