Searched refs:collectGauge (Results 1 – 1 of 1) sorted by relevance
84 private @Nullable Metric collectGauge(String dropwizardName, Gauge gauge) { in collectGauge() method in DropWizardMetrics248 Metric metric = collectGauge(gaugeEntry.getKey(), gaugeEntry.getValue()); in getMetrics()