google.golang.org/api/support/bundler.Bundler.BundleByteThreshold (field)
7 uses
google.golang.org/api/support/bundler (current package)
bundler.go#L71: BundleByteThreshold int
bundler.go#L147: BundleByteThreshold: DefaultBundleByteThreshold,
bundler.go#L281: if b.curBundle.size >= b.BundleByteThreshold ||
cloud.google.com/go/errorreporting
errors.go#L128: bundler.BundleByteThreshold = 1000
cloud.google.com/go/logging
logging.go#L380: func (e entryByteThreshold) set(l *Logger) { l.bundler.BundleByteThreshold = int(e) }
logging.go#L446: l.bundler.BundleByteThreshold = DefaultEntryByteThreshold
contrib.go.opencensus.io/exporter/stackdriver
trace.go#L86: b.BundleByteThreshold = b.BundleCountThreshold * 200
![]() |
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. |