Commit Graph
48 Commits
Author SHA1 Message Date
Jongho Moon c4924b56ac Added interceptor exception handling code 2015-08-11 13:03:06 +09:00
Woonduk Kang 72e939ab08 #798 improve sql trace performance 2015-08-03 15:56:59 +09:00
Jongho Moon 539ab3981d Divide interceptor invoker methods to improve performance 2015-07-31 15:47:37 +09:00
Jongho Moon 7a75daf8d4 Test InterceptorInvoker 2015-07-31 15:47:36 +09:00
Jongho Moon db7e84f42e Fixed merge mistakes 2015-07-31 15:47:35 +09:00
Woonduk Kang 35b1e9f182 #751 activeThreadInfo refactoring
- extract class stats class (MetricTraceFactory)
2015-07-21 18:22:14 +09:00
Jaehong Kim b766bc49e1 add TraceType [DEFAULT, ASYNC, USER, DISABLE, METRIC, MOCK] 2015-07-06 17:41:04 +09:00
Jongho Moon ec3ffdd1c0 [#670] Enhanced plugin test apis 2015-06-25 18:10:11 +09:00
Woonduk Kang 9943fafcbc fix static analysis warning
- findbug, klocwork
2015-06-09 19:48:19 +09:00
HyunGil Jeong 3b5ed69db5 resolved static analysis warnings 2015-06-02 16:38:38 +09:00
Jongho Moon 009e0d658d Fixed plugin test tool bugs
- Cannot find jvm executable when @JvmVersion is not specified
- verifyTraceBlock() throws NPE when there is no trace
2015-05-29 18:18:49 +09:00
Jongho Moon b74effbf8e Merge pull request #458 from lioolli/master
[#457] Fixed Dependency not to ignore extension and classifier
2015-05-22 18:10:28 +09:00
Jongho Moon db0a24d0fa [#457] Fixed Dependency not to ignore extension and classifier 2015-05-22 18:09:24 +09:00
Jaehong Kim f85bb3afdb rename Trace.traceRootBlockEnt() to close() 2015-05-22 15:17:32 +09:00
Jaehong Kim db36f04a93 Merge branch 'master' of https://github.com/naver/pinpoint into storage-pool 2015-05-21 15:52:50 +09:00
Jongho Moon 5598c2089e Throw exception when dependency is not exist 2015-05-21 14:52:35 +09:00
Jaehong Kim a53ff87c5d refactoring 2015-05-20 18:09:17 +09:00
ChaYoung You 13a74d6ae6 Fix typos 2015-05-10 22:37:11 +09:00
Jongho Moon b1969b153b Created com.navercorp.pinpoint.common.trace package.
Renamed TypeProvider to TraceMetadataProvider.
2015-04-22 22:25:12 +09:00
Jongho Moon 6005a4e16e [#327] Extract CUBRID JDBC plugin 2015-04-17 18:32:45 +09:00
Jaehong Kim 12ee80b9f8 add async trace 2015-04-01 16:18:34 +09:00
Jaehong Kim 0caedcdfc7 Merge branch 'master' of https://github.com/naver/pinpoint into servlet-async2
Conflicts:
	plugins/tomcat/src/main/java/com/navercorp/pinpoint/plugin/tomcat/TomcatPlugin.java
2015-03-25 14:42:55 +09:00
Woonduk Kang 20ed01923f Merge branch 'master' of https://github.com/naver/pinpoint into #88_multiple_classLoader_support 2015-03-24 18:27:21 +09:00
Woonduk Kang 2609f153ae #88 support multiple classLoader 2015-03-24 18:26:54 +09:00
Jongho Moon 0384cc1103 Fixed plugin test library 2015-03-24 16:58:47 +09:00
Jongho Moon 1ffd0c6a6e [#117] Implemented JDK-HTTP plugin
- added attributes to Trace
- added trace block attachment to Trace
- changed ClassEditorBuilder.condition() to conditional()
2015-03-23 15:54:52 +09:00
Jongho Moon b09d8c0e11 Some tests require JDK8, but for now JDK8 is not mandatory to build
Pinpoint. So skip test if it cannot find required java installation.
2015-03-23 15:50:53 +09:00
Jongho Moon d75cd02d22 [#235] intercept not only connect() but also getInputStream() and
getOUtputStream()

- ConnectMethodInterceptor will check 'connected' before setting request
headers.
2015-03-23 15:50:53 +09:00
Jaehong Kim 0cbfae3a81 Merge branch 'master' of https://github.com/naver/pinpoint into servlet-async2 2015-03-13 11:05:45 +09:00
Jaehong Kim 404da53528 trace tomcat plugin 2015-03-13 11:05:32 +09:00
Jongho Moon e9053939fa [#117] Added ProfilerPluginSetupContext.addClassEditor().
Fixed test failures.
2015-03-12 15:29:56 +09:00
Jongho Moon 6660a4a2f8 [#117] Improved plugin test feature 2015-03-06 17:41:07 +09:00
Woonduk Kang 1e644184c8 code cleanup
- remove deprecated api. junit.framework.Assert -> org.junit.Assert;
 - fix klocwork : NullPointer dereference
2015-03-05 17:05:30 +09:00
Woonduk Kang d9428a45fd #208 Improvement sql cache logic 2015-03-05 15:32:29 +09:00
Jongho Moon fbb64324d4 [#117] Created Tomcat and Servlet plugins. 2015-02-20 15:03:41 +09:00
Woonduk Kang e3bb776376 Remove dependency of System.getProperty() 2015-02-10 18:44:22 +09:00
Jongho Moon 94a38e1f04 [#117] Improved ClassEditorBuilder API. 2015-02-10 10:55:43 +09:00
Jongho Moon 8c3f517595 [#117] Improved MetadataHolder APIs.
Added @CacheApi to mark cache target.
Removed static initialization of ServiceType and AnnotationKey
2015-02-10 10:55:42 +09:00
Jongho Moon b55596a981 [#117] Modified FieldSnooper and MetadataHolder APIs more transparent.
Added verifyApi to PluginTestVerifier.
Added TraceObjectManagable used to mark test that manages TraceObject
lifecycle by itself.
2015-02-10 10:55:42 +09:00
Jongho Moon 1f19df9e8a [#117] Enhance PluginTestSuite
- test with libraries on the local file system
- test on the system class loader and child of the system class loader.
2015-02-10 10:55:42 +09:00
Jongho Moon b46d47661a [#117] Implementing plugin system 2015-02-10 10:55:41 +09:00
Jongho Moon 83aa2c6327 [#106] Extracted naver private modifer/interceptors to pinpoint-naver
project.
2014-11-27 17:18:01 +09:00
Jongho Moon 58743c22ee [#105] restored arcus modifier/interceptors 2014-11-25 18:02:57 +09:00
Jongho Moon 1ddfeb9f0c [#49] Fixed test fails 2014-11-20 13:08:28 +09:00
Jongho Moon e09110bc48 [#49] Created pinpoint-test project.
Tested pinoint-arcus project and fixed bugs
2014-11-19 17:56:33 +09:00
Jongho Moon e652151a31 [#49] Created pinpoint-test project.
Tested pinoint-arcus project and fixed bugs
2014-11-19 17:53:17 +09:00
Jongho Moon eb560b5cfb [#49] Resolved conflicts 2014-11-19 17:52:53 +09:00
Jongho Moon 4068b6366d [#49] Created arcus plugin project 2014-11-19 17:52:52 +09:00