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

4 uses

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

	github.com/prometheus/common/expfmt
		decode.go#L406: 			Value:     model.SampleValue(m.Histogram.GetSampleCount()),
		text_create.go#L240: 					float64(metric.Histogram.GetSampleCount()),
		text_create.go#L257: 				float64(metric.Histogram.GetSampleCount()),