Add to tracer doc to pass sanity

pull/11838/head
ncteisen 8 years ago
parent 920bf3cdac
commit 15f77669a4
  1. 3
      doc/environment_variables.md

@ -54,6 +54,7 @@ some configuration as environment variables that can be set.
- op_failure - traces error information when failure is pushed onto a - op_failure - traces error information when failure is pushed onto a
completion queue completion queue
- round_robin - traces the round_robin load balancing policy - round_robin - traces the round_robin load balancing policy
- pick_first - traces the pick first load balancing policy
- resource_quota - trace resource quota objects internals - resource_quota - trace resource quota objects internals
- glb - traces the grpclb load balancer - glb - traces the grpclb load balancer
- queue_pluck - queue_pluck
@ -64,6 +65,7 @@ some configuration as environment variables that can be set.
- timer_check - more detailed trace of timer logic in grpc internals - timer_check - more detailed trace of timer logic in grpc internals
- transport_security - traces metadata about secure channel establishment - transport_security - traces metadata about secure channel establishment
- tcp - traces bytes in and out of a channel - tcp - traces bytes in and out of a channel
- tsi - traces tsi transport security
The following tracers will only run in binaries built in DEBUG mode. This is The following tracers will only run in binaries built in DEBUG mode. This is
accomplished by invoking `CONFIG=dbg make <target>` accomplished by invoking `CONFIG=dbg make <target>`
@ -76,6 +78,7 @@ some configuration as environment variables that can be set.
- stream_refcount - stream_refcount
- workqueue_refcount - workqueue_refcount
- fd_refcount - fd_refcount
- cq_refcount
- auth_context_refcount - auth_context_refcount
- security_connector_refcount - security_connector_refcount
- resolver_refcount - resolver_refcount

Loading…
Cancel
Save