aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/environment_variables.md
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-27 14:07:44 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-27 14:07:44 -0800
commitefbd7c2a0f82af841ad79998645e3729dee9676d (patch)
treef00fde694ff9a6094b8f02d39e11d49351b8941c /doc/environment_variables.md
parent1d7d12370edbb31e77dbed28e785aac748d99f90 (diff)
Bug fixes, tracing for bdp estimation
Diffstat (limited to 'doc/environment_variables.md')
-rw-r--r--doc/environment_variables.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index 832762a5f5..3bcbd82130 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -35,6 +35,7 @@ some configuration as environment variables that can be set.
A comma separated list of tracers that provide additional insight into how
gRPC C core is processing requests via debug logs. Available tracers include:
- api - traces api calls to the C core
+ - bdp_estimator - traces behavior of bdp estimation logic
- channel - traces operations on the C core channel stack
- combiner - traces combiner lock state
- compression - traces compression operations
@@ -55,10 +56,10 @@ some configuration as environment variables that can be set.
- secure_endpoint - traces bytes flowing through encrypted channels
- transport_security - traces metadata about secure channel establishment
- tcp - traces bytes in and out of a channel
-
+
'all' can additionally be used to turn all traces on.
Individual traces can be disabled by prefixing them with '-'.
-
+
Example:
export GRPC_TRACE=all,-pending_tags