Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DStatsdStatsHelper.java110 final String metricKeyPrefixWithTag = in populateAtomStats() local
114 MetricUtility.constructKey(metricKeyPrefixWithTag, "count"), in populateAtomStats()
117 MetricUtility.constructKey(metricKeyPrefixWithTag, "error_count"), in populateAtomStats()
137 final String metricKeyPrefixWithTag = in populateConfigStats() local
141 MetricUtility.constructKey(metricKeyPrefixWithTag, "metric_count"), in populateConfigStats()
144 MetricUtility.constructKey(metricKeyPrefixWithTag, "condition_count"), in populateConfigStats()
147 MetricUtility.constructKey(metricKeyPrefixWithTag, "matcher_count"), in populateConfigStats()
150 MetricUtility.constructKey(metricKeyPrefixWithTag, "alert_count"), in populateConfigStats()
154 dataItem.matcherStats, resultMap, metricKeyPrefixWithTag, metricKeyPrefix); in populateConfigStats()
156 dataItem.conditionStats, resultMap, metricKeyPrefixWithTag, metricKeyPrefix); in populateConfigStats()
[all …]