Searched refs:VALUE_METRIC_ID (Results 1 – 2 of 2) sorted by relevance
87 .setId(MetricsUtils.VALUE_METRIC_ID) in testValueMetric()119 assertThat(metricReport.getMetricId()).isEqualTo(MetricsUtils.VALUE_METRIC_ID); in testValueMetric()171 .setId(MetricsUtils.VALUE_METRIC_ID) in testPullerAcrossBuckets()198 assertThat(metricReport.getMetricId()).isEqualTo(MetricsUtils.VALUE_METRIC_ID); in testPullerAcrossBuckets()252 .setId(MetricsUtils.VALUE_METRIC_ID) in testMultipleEventsPerBucket()283 assertThat(metricReport.getMetricId()).isEqualTo(MetricsUtils.VALUE_METRIC_ID); in testMultipleEventsPerBucket()324 .setId(MetricsUtils.VALUE_METRIC_ID) in testPullerAcrossBucketsWithActivation()334 .setMetricId(MetricsUtils.VALUE_METRIC_ID) in testPullerAcrossBucketsWithActivation()353 assertThat(metricReport.getMetricId()).isEqualTo(MetricsUtils.VALUE_METRIC_ID); in testPullerAcrossBucketsWithActivation()397 .setId(MetricsUtils.VALUE_METRIC_ID) in testValueMetricWithConditionAndActivation()[all …]
52 public static final long VALUE_METRIC_ID = 6666; field in MetricsUtils