mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 08:16:15 +10:00
[김훈민] [NOBTS] Arcus interceptor : stacktrace에서 destination id 출력되도록 수정
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@1841 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -46,7 +46,7 @@ public enum ServiceType {
|
||||
// memory cache 8000
|
||||
MEMCACHED((short) 8050, "MEMCACHED", true, true, false, Histogram.FAST),
|
||||
MEMCACHED_FUTURE_GET((short) 8051, "MEMCACHED", true, false, false, Histogram.FAST),
|
||||
ARCUS((short) 8100, "ARCUS", true, true, false, Histogram.FAST),
|
||||
ARCUS((short) 8100, "ARCUS", true, true, true, Histogram.FAST),
|
||||
ARCUS_FUTURE_GET((short) 8101, "ARCUS", true, false, true, Histogram.FAST),
|
||||
|
||||
// connector류
|
||||
|
||||
Reference in New Issue
Block a user