Searched refs:NoopDerivedDoubleGauge (Results 1 – 1 of 1) sorted by relevance
111 return NoopDerivedDoubleGauge.create(name, description, unit, labelKeys); in newNoopDerivedDoubleGauge()115 private static final class NoopDerivedDoubleGauge extends DerivedDoubleGauge { class in DerivedDoubleGauge118 static NoopDerivedDoubleGauge create( in create()120 return new NoopDerivedDoubleGauge(name, description, unit, labelKeys); in create()124 NoopDerivedDoubleGauge(String name, String description, String unit, List<LabelKey> labelKeys) { in NoopDerivedDoubleGauge() method in DerivedDoubleGauge.NoopDerivedDoubleGauge