go.opencensus.io/metric/metricdata.LabelValue.Value (field)

4 uses

	go.opencensus.io/metric/metricdata (current package)
		label.go#L28: 	Value   string // string value of the label
		label.go#L34: 	return LabelValue{Value: val, Present: true}

	contrib.go.opencensus.io/exporter/prometheus
		prometheus.go#L255: 			values = append(values, lv.Value)

	contrib.go.opencensus.io/exporter/stackdriver
		metrics.go#L216: 			labels[sanitize(labelKey.Key)] = labelValue.Value