github.com/prometheus/client_model/go.LabelPair.Value (field)

9 uses

	github.com/prometheus/client_model/go (current package)
		metrics.pb.go#L68: 	Value                *string  `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
		metrics.pb.go#L106: 	if m != nil && m.Value != nil {
		metrics.pb.go#L107: 		return *m.Value

	github.com/prometheus/client_golang/prometheus
		desc.go#L153: 			Value: proto.String(v),
		registry.go#L939: 			lpFromDesc.Value != nil && lpFromDesc.GetValue() != lpFromMetric.GetValue() {
		value.go#L156: 			Value: proto.String(labelValues[i]),
		wrap.go#L168: 			Value: proto.String(lv),
		wrap.go#L178: 		constLabels[*lp.Name] = *lp.Value

	github.com/prometheus/common/expfmt
		text_parse.go#L322: 	p.currentLabelPair.Value = proto.String(p.currentToken.String())