Searched defs:reportMetric (Results 1 – 4 of 4) sorted by relevance
33 <T> void reportMetric(SdkMetric<T> metric, T value); in reportMetric() method
36 <T> void reportMetric(SdkMetric<T> metric, T data); in reportMetric() method
37 public <T> void reportMetric(SdkMetric<T> metric, T data) { in reportMetric() method in NoOpMetricCollector
49 public synchronized <T> void reportMetric(SdkMetric<T> metric, T data) { in reportMetric() method in DefaultMetricCollector