type github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1.LabelValue

15 uses

	github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1 (current package)
		metrics.pb.go#L371: 	LabelValues []*LabelValue `protobuf:"bytes,2,rep,name=label_values,json=labelValues,proto3" json:"label_values,omitempty"`
		metrics.pb.go#L416: func (x *TimeSeries) GetLabelValues() []*LabelValue {
		metrics.pb.go#L430: type LabelValue struct {
		metrics.pb.go#L442: func (x *LabelValue) Reset() {
		metrics.pb.go#L443: 	*x = LabelValue{}
		metrics.pb.go#L451: func (x *LabelValue) String() string {
		metrics.pb.go#L455: func (*LabelValue) ProtoMessage() {}
		metrics.pb.go#L457: func (x *LabelValue) ProtoReflect() protoreflect.Message {
		metrics.pb.go#L470: func (*LabelValue) Descriptor() ([]byte, []int) {
		metrics.pb.go#L474: func (x *LabelValue) GetValue() string {
		metrics.pb.go#L481: func (x *LabelValue) GetHasValue() bool {
		metrics.pb.go#L1387: 	(*LabelValue)(nil),                               // 5: opencensus.proto.metrics.v1.LabelValue
		metrics.pb.go#L1489: 			switch v := v.(*LabelValue); i {

	contrib.go.opencensus.io/exporter/stackdriver
		metrics_proto.go#L136: 				lvsWithPercentile = append(lvsWithPercentile, &metricspb.LabelValue{
		metrics_proto.go#L279: func labelsPerTimeSeries(defaults map[string]labelValue, labelKeys []string, labelValues []*metricspb.LabelValue) (map[string]string, error) {