google-cloud-go icon indicating copy to clipboard operation
google-cloud-go copied to clipboard

feat(bigtable): Add client side metrics to feature flag

Open bhshkh opened this issue 1 year ago • 0 comments

WithFeatureFlags is a client option that allows the user to set feature flags with in all the RPCs. This option should never have been added. This could let the user request features that are not yet supported in the client.

Feature flags should be sent by the client by default.

This PR:

  1. Removes exported WithFeatureFlags option
  2. Adds client side metrics to feature flag

bhshkh avatar Aug 13 '24 06:08 bhshkh