github.com/prometheus/client_model/go.Summary.GetSampleCount (method)

3 uses

	github.com/prometheus/client_model/go (current package)
		metrics.pb.go#L267: func (m *Summary) GetSampleCount() uint64 {

	github.com/prometheus/common/expfmt
		decode.go#L344: 			Value:     model.SampleValue(m.Summary.GetSampleCount()),
		text_create.go#L213: 				float64(metric.Summary.GetSampleCount()),