HomeSort by relevance Sort by last modified time
    Searched refs:EMPTY_LABEL_VALUES (Results 1 - 4 of 4) sorted by null

  /external/opencensus-java/api/src/test/java/io/opencensus/metrics/
DerivedDoubleGaugeTest.java 42 private static final List<LabelValue> EMPTY_LABEL_VALUES = new ArrayList<LabelValue>();
73 derivedDoubleGauge.createTimeSeries(EMPTY_LABEL_VALUES, null, doubleFunction);
DerivedLongGaugeTest.java 42 private static final List<LabelValue> EMPTY_LABEL_VALUES = new ArrayList<LabelValue>();
73 derivedLongGauge.createTimeSeries(EMPTY_LABEL_VALUES, null, longFunction);
DoubleGaugeTest.java 43 private static final List<LabelValue> EMPTY_LABEL_VALUES = new ArrayList<LabelValue>();
70 doubleGauge.getOrCreateTimeSeries(EMPTY_LABEL_VALUES);
LongGaugeTest.java 43 private static final List<LabelValue> EMPTY_LABEL_VALUES = new ArrayList<LabelValue>();
69 longGauge.getOrCreateTimeSeries(EMPTY_LABEL_VALUES);

Completed in 81 milliseconds