mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 00:05:57 +10:00
[강운덕] [LUCYSUS-1744] 패턴 매칭시 group이 이상하여 다시 수정.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@1689 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -19,7 +19,7 @@ public enum ServiceType {
|
||||
|
||||
// DB 2000
|
||||
UNKNOWN_DB((short) 2050, "UNKNOWN_DB", true, false, true, Histogram.NORMAL),
|
||||
UNKNOWN_DB_EXECUTE_QUERY((short) 2051, "UNKNOWN_DB", true, false, true, Histogram.NORMAL),
|
||||
UNKNOWN_DB_EXECUTE_QUERY((short) 2051, "UNKNOWN_DB", true, true, true, Histogram.NORMAL),
|
||||
|
||||
MYSQL((short) 2100, "MYSQL", true, false, true, Histogram.NORMAL),
|
||||
MYSQL_EXECUTE_QUERY((short) 2101, "MYSQL", true, true, true, Histogram.NORMAL),
|
||||
|
||||
Reference in New Issue
Block a user