diff options
author | Mark D. Roth <roth@google.com> | 2017-07-07 12:50:33 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2017-07-07 12:50:33 -0700 |
commit | 60751fe7e7f1403066f9dc8b19ca69ea69ae7f20 (patch) | |
tree | 860789897810236af9d660078e61d1503f23ecf5 /doc | |
parent | 8dc24e3c4fde981d775e9349cba4111d1b6f2bc6 (diff) |
Add client_channel tracer; code cleanup; eliminate an allocation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/environment_variables.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md index 0a289ac94d..339b705252 100644 --- a/doc/environment_variables.md +++ b/doc/environment_variables.md @@ -42,6 +42,8 @@ some configuration as environment variables that can be set. - bdp_estimator - traces behavior of bdp estimation logic - call_error - traces the possible errors contributing to final call status - channel - traces operations on the C core channel stack + - client_channel - traces client channel activity, including resolver + and load balancing policy interaction - combiner - traces combiner lock state - compression - traces compression operations - connectivity_state - traces connectivity state changes to channels |