We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c46b2 commit 35ad73dCopy full SHA for 35ad73d
1 file changed
storage/grpc_client.go
@@ -95,6 +95,7 @@ func defaultGRPCOptions() []option.ClientOption {
95
option.WithEndpoint(host),
96
option.WithGRPCDialOption(grpc.WithInsecure()),
97
option.WithoutAuthentication(),
98
+ WithDisabledClientMetrics(),
99
)
100
} else {
101
// Only enable DirectPath when the emulator is not being targeted.
0 commit comments