go.opencensus.io/tag.Tag.Key (field)

11 uses

	go.opencensus.io/tag (current package)
		map.go#L27: 	Key   Key

	go.opencensus.io/stats/view
		collector.go#L80: 			tags = append(tags, tag.Tag{Key: k, Value: string(v)})
		collector.go#L84: 	sort.Slice(tags, func(i, j int) bool { return tags[i].Key.Name() < tags[j].Key.Name() })
		view.go#L183: 		buffer.WriteString(fmt.Sprintf("{%v %v}", t.Key.Name(), t.Value))
		view_to_metric.go#L109: 		tagMap[tag.Key.Name()] = tag.Value

	go.opencensus.io/zpages
		rpcz.go#L232: 			if tag.Key == ocgrpc.KeyClientMethod || tag.Key == ocgrpc.KeyServerMethod {
		rpcz.go#L269: 				if tag.Key == ocgrpc.KeyClientStatus && tag.Value != "OK" {
		rpcz.go#L296: 				if tag.Key == ocgrpc.KeyServerStatus && tag.Value != "OK" {

	contrib.go.opencensus.io/exporter/stackdriver
		stats.go#L573: 		labels[sanitize(tag.Key.Name())] = tag.Value