type google.golang.org/genproto/googleapis/devtools/cloudtrace/v2.Span_Attributes

23 uses

	google.golang.org/genproto/googleapis/devtools/cloudtrace/v2 (current package)
		trace.pb.go#L273: 	Attributes *Span_Attributes `protobuf:"bytes,7,opt,name=attributes,proto3" json:"attributes,omitempty"`
		trace.pb.go#L371: func (x *Span) GetAttributes() *Span_Attributes {
		trace.pb.go#L719: type Span_Attributes struct {
		trace.pb.go#L738: func (x *Span_Attributes) Reset() {
		trace.pb.go#L739: 	*x = Span_Attributes{}
		trace.pb.go#L747: func (x *Span_Attributes) String() string {
		trace.pb.go#L751: func (*Span_Attributes) ProtoMessage() {}
		trace.pb.go#L753: func (x *Span_Attributes) ProtoReflect() protoreflect.Message {
		trace.pb.go#L766: func (*Span_Attributes) Descriptor() ([]byte, []int) {
		trace.pb.go#L770: func (x *Span_Attributes) GetAttributeMap() map[string]*AttributeValue {
		trace.pb.go#L777: func (x *Span_Attributes) GetDroppedAttributesCount() int32 {
		trace.pb.go#L967: 	Attributes *Span_Attributes `protobuf:"bytes,4,opt,name=attributes,proto3" json:"attributes,omitempty"`
		trace.pb.go#L1023: func (x *Span_Link) GetAttributes() *Span_Attributes {
		trace.pb.go#L1101: 	Attributes *Span_Attributes `protobuf:"bytes,2,opt,name=attributes,proto3" json:"attributes,omitempty"`
		trace.pb.go#L1143: func (x *Span_TimeEvent_Annotation) GetAttributes() *Span_Attributes {
		trace.pb.go#L1704: 	(*Span_Attributes)(nil),               // 8: google.devtools.cloudtrace.v2.Span.Attributes
		trace.pb.go#L1827: 			switch v := v.(*Span_Attributes); i {

	contrib.go.opencensus.io/exporter/stackdriver
		trace_proto.go#L104: 		sp.Attributes = &tracepb.Span_Attributes{
		trace_proto.go#L181: func copyMonitoredResourceAttributes(out *tracepb.Span_Attributes, mr *monitoredrespb.MonitoredResource) *tracepb.Span_Attributes {
		trace_proto.go#L186: 		out = &tracepb.Span_Attributes{}
		trace_proto.go#L200: func copyAttributes(out **tracepb.Span_Attributes, in map[string]interface{}) {
		trace_proto.go#L205: 		*out = &tracepb.Span_Attributes{}