github.com/prometheus/client_model/go.Summary.SampleCount (field)
7 uses
github.com/prometheus/client_model/go (current package)
metrics.pb.go#L235: SampleCount *uint64 `protobuf:"varint,1,opt,name=sample_count,json=sampleCount" json:"sample_count,omitempty"`
metrics.pb.go#L268: if m != nil && m.SampleCount != nil {
metrics.pb.go#L269: return *m.SampleCount
github.com/prometheus/client_golang/prometheus
summary.go#L301: sum.SampleCount = proto.Uint64(s.cnt)
summary.go#L474: SampleCount: proto.Uint64(count),
summary.go#L665: sum.SampleCount = proto.Uint64(s.count)
github.com/prometheus/common/expfmt
text_parse.go#L415: p.currentMetric.Summary.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. |