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