github.com/prometheus/client_model/go.Histogram.SampleCount (field)
6 uses
github.com/prometheus/client_model/go (current package)
metrics.pb.go#L327: SampleCount *uint64 `protobuf:"varint,1,opt,name=sample_count,json=sampleCount" json:"sample_count,omitempty"`
metrics.pb.go#L360: if m != nil && m.SampleCount != nil {
metrics.pb.go#L361: return *m.SampleCount
github.com/prometheus/client_golang/prometheus
histogram.go#L322: SampleCount: proto.Uint64(count),
histogram.go#L502: his.SampleCount = proto.Uint64(h.count)
github.com/prometheus/common/expfmt
text_parse.go#L434: p.currentMetric.Histogram.SampleCount = 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. |