go.opencensus.io/plugin/ochttp.addedTags.t (field)

7 uses

	go.opencensus.io/plugin/ochttp (current package)
		route.go#L29: 		a.t = append(a.t, tag.Upsert(KeyServerRoute, route))
		route.go#L53: 		a.t = append(a.t, tags...)
		route.go#L60: 	t []tag.Mutator
		server.go#L200: 		allTags := make([]tag.Mutator, len(tags.t)+1)
		server.go#L202: 		copy(allTags[1:], tags.t)