Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DStatsdStatsHelper.java300 final String metricKeyWithTag = in populatePulledAtomStats() local
303 MetricUtility.constructKey(metricKeyWithTag, "total_pull"), in populatePulledAtomStats()
306 MetricUtility.constructKey(metricKeyWithTag, "total_pull_from_cache"), in populatePulledAtomStats()
309 MetricUtility.constructKey(metricKeyWithTag, "min_pull_interval_sec"), in populatePulledAtomStats()
312 MetricUtility.constructKey(metricKeyWithTag, "average_pull_time_nanos"), in populatePulledAtomStats()
315 MetricUtility.constructKey(metricKeyWithTag, "max_pull_time_nanos"), in populatePulledAtomStats()
318 MetricUtility.constructKey(metricKeyWithTag, "average_pull_delay_nanos"), in populatePulledAtomStats()
321 MetricUtility.constructKey(metricKeyWithTag, "data_error"), in populatePulledAtomStats()
324 MetricUtility.constructKey(metricKeyWithTag, "pull_timeout"), in populatePulledAtomStats()
327 MetricUtility.constructKey(metricKeyWithTag, "pull_exceed_max_delay"), in populatePulledAtomStats()
[all …]