Searched refs:METRIC_SEPARATOR (Results 1 – 1 of 1) sorted by relevance
20 private static final String METRIC_SEPARATOR = ","; field in MetricUtility43 new StringBuilder().append(metric) : value.append(METRIC_SEPARATOR).append(metric)); in addMetric()