mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 08:46:22 +10:00
[유치수] [NOBTS] call stack을 위한 수정, depth, nextid 추가. traceid를 rpc call하기 전에 next id를 발급하도록 변경.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1113 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -81,7 +81,9 @@ public class TomcatProfiler implements ClassFileTransformer {
|
||||
|
||||
private ModifierRegistry createModifierRegistry() {
|
||||
DefaultModifierRegistry modifierRepository = new DefaultModifierRegistry(byteCodeInstrumentor, agent, profilerConfig);
|
||||
|
||||
|
||||
modifierRepository.addDummyModifier();
|
||||
|
||||
modifierRepository.addTomcatModifier();
|
||||
|
||||
// jdbc
|
||||
|
||||
Reference in New Issue
Block a user