Skip to content

Commit

Permalink
[PH2] Add new debug only trace flag (grpc#38250)
Browse files Browse the repository at this point in the history
[PH2] Add new debug only trace flag

Closes grpc#38250

COPYBARA_INTEGRATE_REVIEW=grpc#38250 from tanvi-jagtap:add_new_debug_trace_flag 8ee186b
PiperOrigin-RevId: 704972174
  • Loading branch information
tanvi-jagtap authored and copybara-github committed Dec 11, 2024
1 parent eef07f8 commit 5b3709b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/trace_flags.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/core/lib/debug/trace_flags.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/core/lib/debug/trace_flags.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/core/lib/debug/trace_flags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ pending_tags:
debug_only: true
default: false
description: Still-in-progress tags on completion queues. The `api` tracer must be enabled for this flag to have any effect.
ph2:
debug_only: true
default: false
description: Promise Based HTTP2 transport.
pick_first:
default: false
description: Pick first load balancing policy.
Expand Down

0 comments on commit 5b3709b

Please sign in to comment.