Home
last modified time | relevance | path

Searched refs:EMPTY_LABEL_VALUES (Results 1 – 4 of 4) sorted by relevance

/external/opencensus-java/api/src/test/java/io/opencensus/metrics/
DDerivedDoubleGaugeTest.java42 private static final List<LabelValue> EMPTY_LABEL_VALUES = new ArrayList<LabelValue>(); field in DerivedDoubleGaugeTest
73 derivedDoubleGauge.createTimeSeries(EMPTY_LABEL_VALUES, null, doubleFunction); in noopCreateTimeSeries_WithInvalidLabelSize()
DDerivedLongGaugeTest.java42 private static final List<LabelValue> EMPTY_LABEL_VALUES = new ArrayList<LabelValue>(); field in DerivedLongGaugeTest
73 derivedLongGauge.createTimeSeries(EMPTY_LABEL_VALUES, null, longFunction); in noopCreateTimeSeries_WithInvalidLabelSize()
DDoubleGaugeTest.java43 private static final List<LabelValue> EMPTY_LABEL_VALUES = new ArrayList<LabelValue>(); field in DoubleGaugeTest
70 doubleGauge.getOrCreateTimeSeries(EMPTY_LABEL_VALUES); in noopGetOrCreateTimeSeries_WithInvalidLabelSize()
DLongGaugeTest.java43 private static final List<LabelValue> EMPTY_LABEL_VALUES = new ArrayList<LabelValue>(); field in LongGaugeTest
69 longGauge.getOrCreateTimeSeries(EMPTY_LABEL_VALUES); in noopGetOrCreateTimeSeries_WithInvalidLabelSize()