mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-21 10:45:59 +10:00
[유치수] [NOBTS] UNKNOWN_GROUP 추가.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@1522 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -10,6 +10,7 @@ public enum ServiceType {
|
||||
UNKNOWN((short) 0, "UNKNOWN", false, true, false, Histogram.NORMAL),
|
||||
UNKNOWN_CLOUD((short) 1, "UNKNOWN_CLOUD", false, true, false, Histogram.NORMAL),
|
||||
CLIENT((short) 2, "CLIENT", false, false, false, Histogram.NORMAL),
|
||||
UNKNOWN_GROUP((short) 3, "UNKNOWN_GROUP", false, true, false, Histogram.NORMAL),
|
||||
|
||||
// WAS류 1000번 부터 시작
|
||||
TOMCAT((short) 1010, "TOMCAT", false, true, false, Histogram.NORMAL),
|
||||
|
||||
Reference in New Issue
Block a user