type go.opencensus.io/metric/metricdata.Attachments

6 uses

	go.opencensus.io/metric/metricdata (current package)
		exemplar.go#L34: 	Attachments Attachments // attachments (if any)
		exemplar.go#L38: type Attachments map[string]interface{}

	go.opencensus.io/plugin/ocgrpc
		stats_common.go#L216: func getSpanCtxAttachment(ctx context.Context) metricdata.Attachments {

	go.opencensus.io/stats
		record.go#L43: 	attachments  metricdata.Attachments
		record.go#L50: func WithAttachments(attachments metricdata.Attachments) Options {

	contrib.go.opencensus.io/exporter/stackdriver
		metrics.go#L490: func attachmentsToPbAttachments(attachments metricdata.Attachments, projectID string) []*any.Any {