mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 16:56:15 +10:00
[유치수] [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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user