go.opencensus.io/trace.Config.MaxAttributesPerSpan (field)

6 uses

	go.opencensus.io/trace (current package)
		config.go#L38: 	MaxAttributesPerSpan int
		config.go#L79: 	if cfg.MaxAttributesPerSpan > 0 {
		config.go#L80: 		c.MaxAttributesPerSpan = cfg.MaxAttributesPerSpan
		trace.go#L244: 	span.lruAttributes = newLruMap(cfg.MaxAttributesPerSpan)
		trace.go#L551: 		MaxAttributesPerSpan:       DefaultMaxAttributesPerSpan,