Home
last modified time | relevance | path

Searched defs:LABEL_KEY (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/opencensus-java/api/src/test/java/io/opencensus/metrics/
H A DDerivedDoubleCumulativeTest.java37 private static final List<LabelKey> LABEL_KEY = field in DerivedDoubleCumulativeTest
H A DDerivedLongGaugeTest.java37 private static final List<LabelKey> LABEL_KEY = field in DerivedLongGaugeTest
H A DDerivedLongCumulativeTest.java37 private static final List<LabelKey> LABEL_KEY = field in DerivedLongCumulativeTest
H A DDerivedDoubleGaugeTest.java37 private static final List<LabelKey> LABEL_KEY = field in DerivedDoubleGaugeTest
H A DDoubleGaugeTest.java38 private static final List<LabelKey> LABEL_KEY = field in DoubleGaugeTest
H A DLongGaugeTest.java38 private static final List<LabelKey> LABEL_KEY = field in LongGaugeTest
H A DLongCumulativeTest.java38 private static final List<LabelKey> LABEL_KEY = field in LongCumulativeTest
H A DDoubleCumulativeTest.java38 private static final List<LabelKey> LABEL_KEY = field in DoubleCumulativeTest
H A DMetricOptionsTest.java38 private static final LabelKey LABEL_KEY = LabelKey.create("test_key", "test key description"); field in MetricOptionsTest
H A DMetricRegistryTest.java41 private static final LabelKey LABEL_KEY = LabelKey.create("test_key", "test key description"); field in MetricRegistryTest
/aosp_15_r20/external/opencensus-java/exporters/stats/signalfx/src/test/java/io/opencensus/exporter/stats/signalfx/
H A DSignalFxMetricExporterTest.java57 private static final List<LabelKey> LABEL_KEY = field in SignalFxMetricExporterTest
/aosp_15_r20/external/opencensus-java/exporters/metrics/util/src/test/java/io/opencensus/exporter/metrics/util/
H A DIntervalMetricReaderTest.java50 private static final List<LabelKey> LABEL_KEY = field in IntervalMetricReaderTest
H A DQueueMetricProducerTest.java44 private static final List<LabelKey> LABEL_KEY = field in QueueMetricProducerTest
/aosp_15_r20/external/opencensus-java/exporters/stats/stackdriver/src/test/java/io/opencensus/exporter/stats/stackdriver/
H A DCreateTimeSeriesExporterTest.java58 private static final List<LabelKey> LABEL_KEY = field in CreateTimeSeriesExporterTest
H A DCreateMetricDescriptorExporterTest.java67 private static final List<LabelKey> LABEL_KEY = field in CreateMetricDescriptorExporterTest
/aosp_15_r20/external/opencensus-java/exporters/stats/prometheus/src/test/java/io/opencensus/exporter/stats/prometheus/
H A DPrometheusStatsCollectorTest.java61 private static final List<LabelKey> LABEL_KEY = Arrays.asList(K1_LABEL_KEY, K2_LABEL_KEY); field in PrometheusStatsCollectorTest
H A DPrometheusExportUtilsTest.java69 private static final List<LabelKey> LABEL_KEY = Arrays.asList(K1_LABEL_KEY, K2_LABEL_KEY); field in PrometheusExportUtilsTest
/aosp_15_r20/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/metrics/
H A DDerivedLongGaugeImplTest.java51 private static final List<LabelKey> LABEL_KEY = field in DerivedLongGaugeImplTest
H A DDerivedDoubleGaugeImplTest.java51 private static final List<LabelKey> LABEL_KEY = field in DerivedDoubleGaugeImplTest
H A DDerivedDoubleCumulativeImplTest.java53 private static final List<LabelKey> LABEL_KEY = field in DerivedDoubleCumulativeImplTest
H A DDerivedLongCumulativeImplTest.java53 private static final List<LabelKey> LABEL_KEY = field in DerivedLongCumulativeImplTest
H A DMetricRegistryImplTest.java62 private static final LabelKey LABEL_KEY = LabelKey.create("test_key", "test key description"); field in MetricRegistryImplTest
H A DLongGaugeImplTest.java53 private static final List<LabelKey> LABEL_KEY = field in LongGaugeImplTest
H A DDoubleGaugeImplTest.java53 private static final List<LabelKey> LABEL_KEY = field in DoubleGaugeImplTest
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterHostEvent.java38 public static final String LABEL_KEY = "label"; field in ClusterHostEvent

12