Skip to content

Commit 35ad73d

Browse files
authored
fix(storage): disable grpc metrics using emulator (#10870)
1 parent c3c46b2 commit 35ad73d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

storage/grpc_client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ func defaultGRPCOptions() []option.ClientOption {
9595
option.WithEndpoint(host),
9696
option.WithGRPCDialOption(grpc.WithInsecure()),
9797
option.WithoutAuthentication(),
98+
WithDisabledClientMetrics(),
9899
)
99100
} else {
100101
// Only enable DirectPath when the emulator is not being targeted.

0 commit comments

Comments
 (0)