go.opencensus.io/trace.Span.annotations (field)

8 uses

	go.opencensus.io/trace (current package)
		trace.go#L51: 	annotations *evictedQueue
		trace.go#L245: 	span.annotations = newEvictedQueue(cfg.MaxAnnotationEventsPerSpan)
		trace.go#L303: 	if len(s.annotations.queue) > 0 {
		trace.go#L305: 		sd.DroppedAnnotationCount = s.annotations.droppedCount
		trace.go#L364: 	annotationArr := make([]Annotation, 0, len(s.annotations.queue))
		trace.go#L365: 	for _, value := range s.annotations.queue {
		trace.go#L426: 	s.annotations.add(Annotation{
		trace.go#L442: 	s.annotations.add(Annotation{