diff options
author | Vijay Pai <vpai@google.com> | 2017-07-17 09:29:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-17 09:29:17 -0700 |
commit | e313a68e1ffb42b784f75bab9a7023cb145d58cc (patch) | |
tree | fd48f7a2ed1d50eeda4c497923b4cb07d03841db | |
parent | 64977778bfc0f099f417f937c0f78807b61aad3f (diff) | |
parent | e155b9a3a3768c252524a4029a92d13b6bcef4c1 (diff) |
Merge pull request #11848 from ncteisen/inproc-tracer
Inproc Tracer
-rw-r--r-- | doc/environment_variables.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md index 9a26b6e17b..0dceeb683a 100644 --- a/doc/environment_variables.md +++ b/doc/environment_variables.md @@ -50,6 +50,7 @@ some configuration as environment variables that can be set. - channel_stack_builder - traces information about channel stacks being built - http - traces state in the http2 transport engine - http1 - traces HTTP/1.x operations performed by gRPC + - inproc - traces the in-process transport - flowctl - traces http2 flow control - op_failure - traces error information when failure is pushed onto a completion queue |