github.com/prometheus/client_model/go.Histogram.SampleSum (field)
6 uses
github.com/prometheus/client_model/go (current package)
metrics.pb.go#L328: SampleSum *float64 `protobuf:"fixed64,2,opt,name=sample_sum,json=sampleSum" json:"sample_sum,omitempty"`
metrics.pb.go#L367: if m != nil && m.SampleSum != nil {
metrics.pb.go#L368: return *m.SampleSum
github.com/prometheus/client_golang/prometheus
histogram.go#L323: SampleSum: proto.Float64(math.Float64frombits(atomic.LoadUint64(&coldCounts.sumBits))),
histogram.go#L503: his.SampleSum = proto.Float64(h.sum)
github.com/prometheus/common/expfmt
text_parse.go#L436: p.currentMetric.Histogram.SampleSum = proto.Float64(value)
![]() |
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. |