github.com/prometheus/common/model.String.Value (field)

4 uses

	github.com/prometheus/common/model (current package)
		value.go#L335: 	Value     string `json:"value"`
		value.go#L340: 	return s.Value
		value.go#L345: 	return json.Marshal([]interface{}{s.Timestamp, s.Value})
		value.go#L350: 	v := [...]interface{}{&s.Timestamp, &s.Value}