move Tags.asString() to StringCompressor
This commit is contained in:
@@ -195,7 +195,7 @@ public class Plotter {
|
||||
|
||||
METRICS_LOGGER.debug("wrote {} values to csv in: {}ms (ignored {} values) use millis: {}, grouping={}",
|
||||
plottedValues, (System.nanoTime() - start) / 1_000_000.0, ignoredValues, Boolean.toString(useMillis),
|
||||
groupResult.getGroupedBy().asString());
|
||||
Tags.STRING_COMPRESSOR.asString(groupResult.getGroupedBy()));
|
||||
return new CsvSummary(count, statsMaxValue, statsCurrentAverage, aggregator);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user