Commit Graph
94 Commits
Author SHA1 Message Date
HyunGil JeongandWoonduk Kang 187c315e11 #2178 Add conditional registration of class transformers
Tomcat plugin checks if the application was launched via Tomcat's Bootstrap, or one of SpringBoot's many launchers.
JBoss plugin checks if the application was launched via JBoss' Main.
Configuration option is added to disable this check entirely.
2016-10-20 18:14:26 +09:00
emeroad 5e1390f8c2 Polish Tomcat Plugin
- fix miss return statement
2016-10-18 18:51:52 +09:00
emeroad b0e2f13b9a Polish Tomcat Plugin
- cleanup config
2016-10-18 17:24:49 +09:00
HyunGil JeongandWoonduk Kang 8bc15f2cd8 #2156 Add config option for bootstrap main classes 2016-10-18 11:30:56 +09:00
emeroad 2058927051 Polish Tomcat Plugin
- more safe & general type cast
 - complement testcase
2016-10-14 19:29:58 +09:00
HyunGil JeongandWoonduk Kang cd51da314b #2151 Add enable/disable plugin configuration options 2016-10-14 16:38:51 +09:00
emeroad 1ed5ad6b69 #2001 jboss temporary fix
- fix testcase fail
2016-10-14 12:40:00 +09:00
HyunGil Jeong b4d2bba75d #2077 Fix filter being null when excludeurl is not set
Fix incorrect conditional check
2016-09-08 18:46:25 +09:00
HyunGil Jeong 6f90e3cbcd #2077 Fix filter being null when excludeurl is not set 2016-09-08 18:09:24 +09:00
emeroad aa14948afa #1819 trace format v2
- refatoring getTraceXXXX API
2016-08-04 18:40:22 +09:00
HyunGil Jeong 60e3f0c998 Remove ExcludeUrlFilter and simply use ExcludePathFilter 2016-05-24 18:32:17 +09:00
emeroad 5fd77b6828 #1720 Package name change of the server module
- com.navercorp.pinpoint.common -> com.navercorp.pinpoint.common.server
2016-04-27 11:43:35 +09:00
HyunGil Jeong 44804c09df #1621 Trigger agent info send event more often due to timing issues 2016-03-22 15:39:37 +09:00
Jaehong Kim a7de97c2c7 change accessor class name of tomcat plugin. 2015-12-07 18:31:02 +09:00
emeroad 7c01e33d19 #1276 Tighten up type checking of Interceptor
- type or null checking
2015-12-01 10:46:01 +09:00
emeroad b52dfb52dd #1276 Tighten up type checking of Interceptor 2015-11-30 19:21:33 +09:00
emeroad 3f1d393fe7 code cleanup
- change PLogger api : [] -> ...(Variable Argument)
2015-11-18 16:18:15 +09:00
HyunGil Jeong dec60c1572 #1217 Add configuration for tracing request parameters received by Tomcat 2015-11-18 14:29:46 +09:00
emeroad e178592ec3 code cleanup
- empty catch block
 - code style
2015-11-17 15:40:08 +09:00
emeroad 917419f01b code cleanup 2015-11-16 14:39:13 +09:00
emeroad f402f09a5e code clean up 2015-11-13 21:45:09 +09:00
emeroad db140ffc67 api change
InterceptorGroup->InterceptorScope
2015-11-13 21:08:28 +09:00
Jaehong Kim 7ccb18dfea change AsyncTraceIdAccessor class name. 2015-11-12 15:20:04 +09:00
emeroad 75898d1c23 refactoring
- remove unused parameter
2015-11-09 14:49:25 +09:00
emeroad 9b39340293 refactoring
- added TransformTemplate
2015-11-08 20:48:50 +09:00
Woonduk Kang 12e7ec1a31 change transform api
class : PinpointClassFileTransformer -> TransformCallback
2015-10-22 19:49:55 +09:00
Woonduk Kang 53485cc0e8 class type change
ServiceType : class-> interface
2015-10-19 15:04:31 +09:00
Jaehong Kim 64cbc6543a Check NPE condition. 2015-10-13 16:35:36 +09:00
Woonduk Kang fc4a1cece3 change method signature 2015-10-12 14:06:14 +09:00
emeroad 737561ee43 Merge branch 'master' of https://github.com/naver/pinpoint into #117_refactoring_plugin_api
Conflicts:
	plugins/ibatis/src/main/java/com/navercorp/pinpoint/plugin/ibatis/IBatisPlugin.java
	plugins/spring/src/main/java/com/navercorp/pinpoint/plugin/spring/web/SpringWebMvcPlugin.java
2015-10-05 21:21:15 +09:00
emeroad d65b68ee4d replace varargs type api -> Object[] 2015-10-05 21:15:55 +09:00
Woonduk Kang a964421ca2 refactoring ServiceType 2015-10-01 18:49:45 +09:00
Woonduk Kang 27ef260938 remove interface constants 2015-09-25 14:43:15 +09:00
Woonduk Kang 326f34f9c6 #882 Actual ClientIP (RemoteAddr) 2015-09-23 19:17:53 +09:00
Jongho Moon 8822ee1385 Refactor interceptor types 2015-09-18 15:52:01 +09:00
youtome a430c9cc5d Merge remote-tracking branch 'remotes/origin/master' into master_optional_record_parameter 2015-09-18 12:57:12 +09:00
youtome 5fb5ae2240 Merge from naver/pinpoint 2015-09-18 12:56:59 +09:00
youtome 47bab10a72 The tomcat parameter provides an option for the profile. 2015-09-18 11:58:39 +09:00
Jongho Moon c851b06459 Remove modifier and old plugin api 2015-09-17 17:56:35 +09:00
Jongho Moon 61c79016ac Remove modifier and old plugin api 2015-09-17 17:50:24 +09:00
Tiger(EunHo Lee) 619b1fa81d The tomcat parameter provides an option for the profile. 2015-09-17 17:37:42 +09:00
Jaehong Kim e6403e7b7b add accessor. 2015-08-24 11:09:54 +09:00
Jaehong Kim 6cd2f6204e new plugin. 2015-08-21 14:46:09 +09:00
Jongho Moon 141b1b0d20 Modified interceptor invocation code 2015-08-18 15:10:00 +09:00
Jongho Moon ee8fac31b3 Rename InstrumentableXXX to InstrumentXXX 2015-08-04 13:36:02 +09:00
Jongho Moon d0e025615b Redesigned profiler plugin apis 2015-07-31 15:47:39 +09:00
Jaehong Kim ee6720d4bf remove markBeforeTime(), markAfterTime(). 2015-07-15 18:12:49 +09:00
Jongho Moon 247a8e01ef [#723] Updated MethodFilter interface 2015-07-14 16:10:16 +09:00
Jaehong Kim ad15a12843 rollback api name of traceBlockBegin/End(). 2015-07-13 15:18:17 +09:00
Jaehong Kim 2acb669eb0 rename trace.peekCallStackFrame() => trace.currentCallStackFrame() 2015-07-10 15:06:55 +09:00