Searched refs:NoopLongGauge (Results 1 – 1 of 1) sorted by relevance
130 return NoopLongGauge.create(name, description, unit, labelKeys); in newNoopLongGauge()158 private static final class NoopLongGauge extends LongGauge { class in LongGauge161 static NoopLongGauge create( in create()163 return new NoopLongGauge(name, description, unit, labelKeys); in create()167 NoopLongGauge(String name, String description, String unit, List<LabelKey> labelKeys) { in NoopLongGauge() method in LongGauge.NoopLongGauge