go.opencensus.io/trace.SpanData.Annotations (field)

6 uses

	go.opencensus.io/trace (current package)
		export.go#L85: 	Annotations   []Annotation
		trace.go#L304: 		sd.Annotations = s.interfaceArrayToAnnotationArray()

	go.opencensus.io/zpages
		tracez.go#L295: 	for i := range s.Annotations {
		tracez.go#L296: 		es = append(es, &s.Annotations[i])

	contrib.go.opencensus.io/exporter/stackdriver
		trace_proto.go#L84: 	as := s.Annotations

	golang.org/x/pkgsite/internal/dcensus
		debug.go#L47: 	for _, a := range s.Annotations {