Skip to content

Commit

Permalink
remove qps fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhshkh committed Dec 4, 2024
1 parent dd797b8 commit 1be306f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bigtable/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const (
// These are effectively constant, but for testing purposes they are mutable
var (
// duration between two metric exports
defaultSamplePeriod = time.Minute
defaultSamplePeriod = 5 * time.Minute

metricsErrorPrefix = "bigtable-metrics: "

Expand Down Expand Up @@ -133,7 +133,6 @@ var (
// createExporterOptions takes Bigtable client options and returns exporter options
// Overwritten in tests
createExporterOptions = func(btOpts ...option.ClientOption) []option.ClientOption {
btOpts = append(btOpts, option.WithGRPCConnectionPool(4))
return btOpts
}
)
Expand Down

0 comments on commit 1be306f

Please sign in to comment.