[유치수] [NOBTS] histogram error slot 추가.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@2755 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2013-11-05 01:32:52 +00:00
parent fcd66b0409
commit 003681bb55
@@ -9,7 +9,8 @@ import java.util.List;
public class Histogram {
public static final HistogramSlot SLOW_SLOT = new HistogramSlot(0, ResponseCode.NORMAL);
public static final HistogramSlot ERROR_SLOT = new HistogramSlot(-1, ResponseCode.NORMAL);
public static final Histogram FAST;
public static final Histogram NORMAL;