go.opencensus.io/trace.Annotation.Attributes (field)

7 uses

	go.opencensus.io/trace (current package)
		basetypes.go#L42: 	Attributes map[string]interface{}
		trace.go#L429: 		Attributes: m,
		trace.go#L445: 		Attributes: a,

	go.opencensus.io/zpages
		tracez.go#L306: 			if len(e.Attributes) != 0 {
		tracez.go#L307: 				msg = msg + "  " + formatAttributes(e.Attributes)

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

	golang.org/x/pkgsite/internal/dcensus
		debug.go#L49: 		dumpAttributes(&buf, a.Attributes)