google.golang.org/genproto/googleapis/api/distribution.Distribution_Exemplar.Attachments (field)

3 uses

	google.golang.org/genproto/googleapis/api/distribution (current package)
		distribution.pb.go#L386: 	Attachments []*anypb.Any `protobuf:"bytes,3,rep,name=attachments,proto3" json:"attachments,omitempty"`
		distribution.pb.go#L437: 		return x.Attachments

	contrib.go.opencensus.io/exporter/stackdriver
		metrics.go#L486: 		Attachments: attachmentsToPbAttachments(exemplar.Attachments, projectID),