google.golang.org/api/support/bundler.Bundler.BundleCountThreshold (field)
14 uses
google.golang.org/api/support/bundler (current package)
bundler.go#L66: BundleCountThreshold int
bundler.go#L146: BundleCountThreshold: DefaultBundleCountThreshold,
bundler.go#L212: (b.BundleCountThreshold <= 0 || bu.items.Len() < b.BundleCountThreshold)
bundler.go#L282: b.curBundle.items.Len() == b.BundleCountThreshold {
cloud.google.com/go/errorreporting
errors.go#L127: bundler.BundleCountThreshold = 100
cloud.google.com/go/logging
logging.go#L369: func (e entryCountThreshold) set(l *Logger) { l.bundler.BundleCountThreshold = int(e) }
logging.go#L445: l.bundler.BundleCountThreshold = DefaultEntryCountThreshold
contrib.go.opencensus.io/exporter/stackdriver
stats.go#L133: e.viewDataBundler.BundleCountThreshold = countThreshold
stats.go#L134: e.metricsBundler.BundleCountThreshold = countThreshold
trace.go#L78: b.BundleCountThreshold = o.BundleCountThreshold
trace.go#L80: b.BundleCountThreshold = 50
trace.go#L86: b.BundleByteThreshold = b.BundleCountThreshold * 200
trace.go#L87: b.BundleByteLimit = b.BundleCountThreshold * 1000
![]() |
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. |