kubernetes/vendor/github.com/prometheus/client_golang/prometheus/testutil/promlint/validations/histogram_validations.go

// LintHistogramSummaryReserved detects when other types of metrics use names or labels
// reserved for use by histograms and/or summaries.
func LintHistogramSummaryReserved(mf *dto.MetricFamily) []error {}