Skip to content

Commit c500179

Browse files
authored
fix(bigtable): Resolve discrepancy between server and client qps (#11224)
* fix(bigtable): Resolve discrepancy between server and client qps * remove channel pool
1 parent fdbd33b commit c500179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigtable/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const (
6868
// These are effectively constant, but for testing purposes they are mutable
6969
var (
7070
// duration between two metric exports
71-
defaultSamplePeriod = 5 * time.Minute
71+
defaultSamplePeriod = time.Minute
7272

7373
metricsErrorPrefix = "bigtable-metrics: "
7474

0 commit comments

Comments
 (0)