Skip to content

Commit 4d85cbf

Browse files
authored
Merge pull request #2236 from nakamura-k30/update/environment_variables
fix(docs): list undocumented tracers
2 parents 68e310d + 7bbbf0d commit 4d85cbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/environment_variables.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ can be set.
2929
- `channel` - Traces channel events
3030
- `connectivity_state` - Traces channel connectivity state changes
3131
- `dns_resolver` - Traces DNS resolution
32+
- `ip_resolver` - Traces IPv4/v6 resolution
3233
- `pick_first` - Traces the pick first load balancing policy
3334
- `proxy` - Traces proxy operations
3435
- `resolving_load_balancer` - Traces the resolving load balancer
@@ -40,6 +41,9 @@ can be set.
4041
- `subchannel_flowctrl` - Traces HTTP/2 flow control. Includes per-call logs.
4142
- `subchannel_internals` - Traces HTTP/2 session state. Includes per-call logs.
4243
- `channel_stacktrace` - Traces channel construction events with stack traces.
44+
- `keepalive` - Traces gRPC keepalive pings
45+
- `index` - Traces module loading
46+
- `outlier_detection` - Traces outlier detection events
4347

4448
The following tracers are added by the `@grpc/grpc-js-xds` library:
4549
- `cds_balancer` - Traces the CDS load balancing policy

0 commit comments

Comments
 (0)