github.com/prometheus/client_model/go.Quantile.GetValue (method)

3 uses

	github.com/prometheus/client_model/go (current package)
		metrics.pb.go#L227: func (m *Quantile) GetValue() float64 {

	github.com/prometheus/common/expfmt
		decode.go#L319: 				Value:     model.SampleValue(q.GetValue()),
		text_create.go#L196: 					q.GetValue(),