mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-20 18:25:55 +10:00
[강운덕] [LUCYSUS-1744] classLoader별로 분리된 코드 때문에 dto의 패키지가 임시로 변경됨.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1428 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -170,6 +170,10 @@ public class JavaAssistClass implements InstrumentClass {
|
||||
try {
|
||||
if (interceptor != null) {
|
||||
interceptorId = InterceptorRegistry.addInterceptor(interceptor);
|
||||
// traceContext는 가장먼제 inject되어야 한다.
|
||||
if (interceptor instanceof TraceContextSupport) {
|
||||
((TraceContextSupport)interceptor).setTraceContext(instrumentor.getAgent().getTraceContext());
|
||||
}
|
||||
if (interceptor instanceof ByteCodeMethodDescriptorSupport) {
|
||||
setMethodDescriptor(behavior, (ByteCodeMethodDescriptorSupport) interceptor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user