Skip to content

Commit

Permalink
fix(storage): disable grpc metrics using emulator (#10870)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn authored Sep 24, 2024
1 parent c3c46b2 commit 35ad73d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/grpc_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func defaultGRPCOptions() []option.ClientOption {
option.WithEndpoint(host),
option.WithGRPCDialOption(grpc.WithInsecure()),
option.WithoutAuthentication(),
WithDisabledClientMetrics(),
)
} else {
// Only enable DirectPath when the emulator is not being targeted.
Expand Down

0 comments on commit 35ad73d

Please sign in to comment.