Skip to content

Commit

Permalink
[call v3] add experiment (grpc#35784)
Browse files Browse the repository at this point in the history
Closes grpc#35784

COPYBARA_INTEGRATE_REVIEW=grpc#35784 from markdroth:call_v3_experiment 2cabe8c
PiperOrigin-RevId: 603435692
  • Loading branch information
markdroth authored and copybara-github committed Feb 1, 2024
1 parent fa5603c commit 354cdec
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions bazel/experiments.bzl

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

12 changes: 12 additions & 0 deletions src/core/lib/experiments/experiments.cc

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

8 changes: 8 additions & 0 deletions src/core/lib/experiments/experiments.h

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

5 changes: 5 additions & 0 deletions src/core/lib/experiments/experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
expiry: 2024/04/01
owner: [email protected]
test_tags: []
- name: call_v3
description: Promise-based call version 3.
expiry: 2024/06/01
owner: [email protected]
test_tags: []
- name: canary_client_privacy
description:
If set, canary client privacy
Expand Down
2 changes: 2 additions & 0 deletions src/core/lib/experiments/rollouts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@

- name: call_status_override_on_cancellation
default: debug
- name: call_v3
default: false
- name: canary_client_privacy
default: false
- name: client_idleness
Expand Down

0 comments on commit 354cdec

Please sign in to comment.