google.golang.org/api/support/bundler.Bundler.DelayThreshold (field)
10 uses
google.golang.org/api/support/bundler (current package)
bundler.go#L60: DelayThreshold time.Duration
bundler.go#L145: DelayThreshold: DefaultDelayThreshold,
bundler.go#L288: b.flushTimer = time.AfterFunc(b.DelayThreshold, b.tryHandleBundles)
cloud.google.com/go/errorreporting
errors.go#L126: bundler.DelayThreshold = 2 * time.Second
cloud.google.com/go/logging
logging.go#L357: func (d delayThreshold) set(l *Logger) { l.bundler.DelayThreshold = time.Duration(d) }
logging.go#L444: l.bundler.DelayThreshold = DefaultDelayThreshold
contrib.go.opencensus.io/exporter/stackdriver
stats.go#L129: e.viewDataBundler.DelayThreshold = delayThreshold
stats.go#L130: e.metricsBundler.DelayThreshold = delayThreshold
trace.go#L73: b.DelayThreshold = o.BundleDelayThreshold
trace.go#L75: b.DelayThreshold = 2 * time.Second
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |