Skip to content

Commit

Permalink
fix(bigtable): Resolve discrepancy between server and client qps (#11224
Browse files Browse the repository at this point in the history
)

* fix(bigtable): Resolve discrepancy between server and client qps

* remove channel pool
  • Loading branch information
bhshkh authored Dec 10, 2024
1 parent fdbd33b commit c500179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigtable/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const (
// These are effectively constant, but for testing purposes they are mutable
var (
// duration between two metric exports
defaultSamplePeriod = 5 * time.Minute
defaultSamplePeriod = time.Minute

metricsErrorPrefix = "bigtable-metrics: "

Expand Down

0 comments on commit c500179

Please sign in to comment.