google.golang.org/genproto/googleapis/devtools/cloudtrace/v2.Span_TimeEvent_Annotation.Attributes (field)

3 uses

	google.golang.org/genproto/googleapis/devtools/cloudtrace/v2 (current package)
		trace.pb.go#L1101: 	Attributes *Span_Attributes `protobuf:"bytes,2,opt,name=attributes,proto3" json:"attributes,omitempty"`
		trace.pb.go#L1145: 		return x.Attributes

	contrib.go.opencensus.io/exporter/stackdriver
		trace_proto.go#L91: 		copyAttributes(&annotation.Attributes, a.Attributes)