github.com/prometheus/client_model/go.Summary.GetSampleSum (method)

4 uses

	github.com/prometheus/client_model/go (current package)
		metrics.pb.go#L274: func (m *Summary) GetSampleSum() float64 {

	github.com/prometheus/client_golang/prometheus
		summary.go#L486: 		newBits := math.Float64bits(math.Float64frombits(oldBits) + sum.GetSampleSum())

	github.com/prometheus/common/expfmt
		decode.go#L332: 			Value:     model.SampleValue(m.Summary.GetSampleSum()),
		text_create.go#L205: 				metric.Summary.GetSampleSum(),