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(),
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |