github.com/prometheus/client_model/go.Bucket.CumulativeCount (field)
6 uses
github.com/prometheus/client_model/go (current package)
metrics.pb.go#L381: CumulativeCount *uint64 `protobuf:"varint,1,opt,name=cumulative_count,json=cumulativeCount" json:"cumulative_count,omitempty"`
metrics.pb.go#L413: if m != nil && m.CumulativeCount != nil {
metrics.pb.go#L414: return *m.CumulativeCount
github.com/prometheus/client_golang/prometheus
histogram.go#L329: CumulativeCount: proto.Uint64(cumCount),
histogram.go#L507: CumulativeCount: proto.Uint64(count),
github.com/prometheus/common/expfmt
text_parse.go#L442: CumulativeCount: proto.Uint64(uint64(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. |