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

6 uses

	go.opencensus.io/trace (current package)
		config.go#L32: 	MaxAnnotationEventsPerSpan int
		config.go#L73: 	if cfg.MaxAnnotationEventsPerSpan > 0 {
		config.go#L74: 		c.MaxAnnotationEventsPerSpan = cfg.MaxAnnotationEventsPerSpan
		trace.go#L245: 	span.annotations = newEvictedQueue(cfg.MaxAnnotationEventsPerSpan)
		trace.go#L552: 		MaxAnnotationEventsPerSpan: DefaultMaxAnnotationEventsPerSpan,