Skip to content

Commit cbe6201

Browse files
Google APIscopybara-github
authored andcommitted
feat: add feature flag for client side metrics
PiperOrigin-RevId: 619540187
1 parent b4771b1 commit cbe6201

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/bigtable/v2/feature_flags.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,7 @@ message FeatureFlags {
5858
// Notify the server that the client supports using retry info back off
5959
// durations to retry requests with.
6060
bool retry_info = 7;
61+
62+
// Notify the server that the client has client side metrics enabled.
63+
bool client_side_metrics_enabled = 8;
6164
}

0 commit comments

Comments
 (0)