incrLogMetricCounter(context, fs, type, result, codec.id);
LogSample sample = new LogSample();
sample.addNormalValue(LOGKEYS.Result.name(), result.name());
sample.addNormalValue(LOGKEYS.Code.name(), codec.id);
sample.addNormalValue(LOGKEYS.Path.name(), srcPath.toString());
sample.addNormalValue(LOGKEYS.Type.name(), type.name());
sample.addNormalValue(LOGKEYS.Cluster.name(), fs.getUri().getAuthority());
sample.addIntValue(LOGKEYS.Offset.name(), offset);
sample.addIntValue(LOGKEYS.Limit.name(), limit);
if (ex != null) {
sample.addNormalValue(LOGKEYS.Error.name(),