type github.com/prometheus/client_golang/prometheus.Histogram

3 uses

	github.com/prometheus/client_golang/prometheus (current package)
		histogram.go#L44: type Histogram interface {
		histogram.go#L154: func NewHistogram(opts HistogramOpts) Histogram {
		histogram.go#L166: func newHistogram(desc *Desc, opts HistogramOpts, labelValues ...string) Histogram {