const github.com/prometheus/client_model/go.MetricType_HISTOGRAM

16 uses

	github.com/prometheus/client_model/go (current package)
		metrics.pb.go#L28: 	MetricType_HISTOGRAM MetricType = 4

	github.com/prometheus/client_golang/prometheus
		registry.go#L636: 		case dto.MetricType_HISTOGRAM:
		registry.go#L661: 			metricFamily.Type = dto.MetricType_HISTOGRAM.Enum()
		registry.go#L793: 			case dto.MetricType_HISTOGRAM:
		registry.go#L801: 	if newType == dto.MetricType_SUMMARY || newType == dto.MetricType_HISTOGRAM {
		registry.go#L815: 	if newType == dto.MetricType_HISTOGRAM {
		registry.go#L841: 		metricFamily.GetType() == dto.MetricType_HISTOGRAM && dtoMetric.Histogram == nil ||

	github.com/prometheus/common/expfmt
		decode.go#L196: 	case dto.MetricType_HISTOGRAM:
		text_create.go#L143: 	case dto.MetricType_HISTOGRAM:
		text_create.go#L215: 		case dto.MetricType_HISTOGRAM:
		text_parse.go#L253: 	if p.currentMF.GetType() == dto.MetricType_SUMMARY || p.currentMF.GetType() == dto.MetricType_HISTOGRAM {
		text_parse.go#L292: 		!(p.currentMF.GetType() == dto.MetricType_HISTOGRAM && p.currentLabelPair.GetName() == model.BucketLabel) {
		text_parse.go#L338: 	if p.currentMF.GetType() == dto.MetricType_HISTOGRAM {
		text_parse.go#L381: 	} else if p.currentMF.GetType() == dto.MetricType_HISTOGRAM {
		text_parse.go#L427: 	case dto.MetricType_HISTOGRAM:
		text_parse.go#L689: 		if p.currentMF.GetType() == dto.MetricType_HISTOGRAM {