We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdbd33b commit c500179Copy full SHA for c500179
1 file changed
bigtable/metrics.go
@@ -68,7 +68,7 @@ const (
68
// These are effectively constant, but for testing purposes they are mutable
69
var (
70
// duration between two metric exports
71
- defaultSamplePeriod = 5 * time.Minute
+ defaultSamplePeriod = time.Minute
72
73
metricsErrorPrefix = "bigtable-metrics: "
74
0 commit comments