byte[] endRow = getRawPaddedKey(contextPrefix, metricPrefix, runId, 0xff);
try {
aggregatesTable.deleteRange(startRow, endRow, tags == null ? null : Bytes.toByteArrays(tags),
getFilter(contextPrefix, metricPrefix, runId));
} catch (Exception e) {
throw new OperationException(StatusCode.INTERNAL_ERROR, e.getMessage(), e);
}
}