return;
}
List<Metric> containerMetrics;
try {
containerMetrics = jsonMetricsContainer.toMetrics();
forceTTLsIfConfigured(containerMetrics);
} catch (InvalidDataException ex) {
// todo: we should measure these. if they spike, we track down the bad client.
// this is strictly a client problem. Someting wasn't right (data out of range, etc.)
log.warn(ctx.getChannel().getRemoteAddress() + " " + ex.getMessage());