func github.com/prometheus/client_golang/prometheus.newHistogram

3 uses

	github.com/prometheus/client_golang/prometheus (current package)
		histogram.go#L155: 	return newHistogram(
		histogram.go#L166: func newHistogram(desc *Desc, opts HistogramOpts, labelValues ...string) Histogram {
		histogram.go#L375: 			return newHistogram(desc, opts, lvs...)