Skip to content

Commit 4d40184

Browse files
authored
client channel: improve trace logging (grpc#29194)
* client channel: improve trace logging * add one more log message
1 parent a5a1ea1 commit 4d40184

File tree

3 files changed

+139
-82
lines changed

3 files changed

+139
-82
lines changed

doc/environment_variables.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,12 @@ some configuration as environment variables that can be set.
5353
- channel - traces operations on the C core channel stack
5454
- channel_stack - traces the set of filters in a channel stack upon
5555
construction
56-
- client_channel_call - traces client channel call batch activity
57-
- client_channel_routing - traces client channel call routing, including
56+
- client_channel - traces client channel control plane activity, including
5857
resolver and load balancing policy interaction
58+
- client_channel_call - traces client channel call activity related to name
59+
resolution
60+
- client_channel_lb_call - traces client channel call activity related
61+
to load balancing picking
5962
- compression - traces compression operations
6063
- connectivity_state - traces connectivity state changes to channels
6164
- cronet - traces state in the cronet transport engine

0 commit comments

Comments
 (0)