503504505506507508509510511512513
} } if (!(histo instanceof MetricMutableQuantiles)) { throw new MetricsException("Metric already exists in registry for metric name: " + histoName + " and not of type MutableHistogram"); } return (MetricMutableQuantiles) histo; }