Skip to content
Snippets Groups Projects
Commit 9f3bd334 authored by ncteisen's avatar ncteisen
Browse files

Updated doc

parent 264879fe
No related branches found
No related tags found
No related merge requests found
...@@ -60,20 +60,23 @@ some configuration as environment variables that can be set. ...@@ -60,20 +60,23 @@ some configuration as environment variables that can be set.
- timer - timers (alarms) in the grpc internals - timer - timers (alarms) in the 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
- DEBUG builds only:
* metadata - tracks creation and mutation of metadata The following tracers will only run in binaries built in DEBUG mode. This is
* closure - tracks closure creation, scheduling, and completion accomplished by invoking `CONFIG=dbg make <target>`
* pending_tags - traces still-in-progress tags on completion queues - metadata - tracks creation and mutation of metadata
* queue_refcount - closure - tracks closure creation, scheduling, and completion
* error_refcount - pending_tags - traces still-in-progress tags on completion queues
* stream_refcount - polling - traces the selected polling engine
* workqueue_refcount - queue_refcount
* fd_refcount - error_refcount
* auth_context_refcount - stream_refcount
* security_connector_refcount - workqueue_refcount
* resolver_refcount - fd_refcount
* lb_policy_refcount - auth_context_refcount
* chttp2_refcount - security_connector_refcount
- resolver_refcount
- lb_policy_refcount
- chttp2_refcount
'all' can additionally be used to turn all traces on. 'all' can additionally be used to turn all traces on.
Individual traces can be disabled by prefixing them with '-'. Individual traces can be disabled by prefixing them with '-'.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment