aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@gmail.com>2018-05-30 21:33:37 -0700
committerGravatar GitHub <noreply@github.com>2018-05-30 21:33:37 -0700
commit614331a50682c74fa8c02dcea674ca2ef5746225 (patch)
treedda1e2c1eb7068a6db183ad0ad3fa6adbc1dc1d9 /doc
parent63476cfa5409c6deedffed03a47bbbcb96f17334 (diff)
parent5e6b75c1866ff298953813c2562fe359c071d7eb (diff)
Merge pull request #15578 from ncteisen/combiner-tracer
Make Combiner Tracer Debug Only
Diffstat (limited to 'doc')
-rw-r--r--doc/environment_variables.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index 96c8756118..bf2de927a4 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -44,7 +44,6 @@ some configuration as environment variables that can be set.
- 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
- executor - traces grpc's internal thread pool ('the executor')
@@ -79,6 +78,7 @@ some configuration as environment variables that can be set.
accomplished by invoking `CONFIG=dbg make <target>`
- alarm_refcount - refcounting traces for grpc_alarm structure
- metadata - tracks creation and mutation of metadata
+ - combiner - traces combiner lock state
- closure - tracks closure creation, scheduling, and completion
- pending_tags - traces still-in-progress tags on completion queues
- polling - traces the selected polling engine