Commit Graph
181 Commits
Author SHA1 Message Date
Woonduk Kang 1f1e0dbb6e remove temp buffer, array copy 2015-09-21 19:40:53 +09:00
Woonduk Kang f9ef153c49 remove temp buffer, array copy 2015-09-21 15:33:27 +09:00
Jongho Moon 3928fb2e10 Remove modifier api 2015-09-17 11:51:11 +09:00
Jongho Moon fc40718141 Make jetty plugin use new plugin api 2015-09-11 13:40:00 +09:00
Jongho Moon 7b8aae4001 Extract ning async-http-client profiler as a plugin 2015-09-10 16:54:08 +09:00
Jongho Moon aef9c76571 Add AnnotationKeyMatchers 2015-09-10 16:54:07 +09:00
Jongho Moon 8f8602c81a Moved spring mvc servlet profiling feature to spring plugin 2015-09-09 17:20:54 +09:00
Jongho Moon ad8537ee2e Extracted apache commons dbcp profiling feature as a plugin 2015-09-09 14:15:52 +09:00
Jongho Moon cd3f388ae7 Extracted Oracl JDBC profiler as plugin 2015-09-08 18:34:22 +09:00
Jongho Moon cb81796c89 Extracted jTDS JDBC plugin 2015-09-08 11:15:34 +09:00
HyunGil Jeong 93016966f6 #84 Add tests for agent request events 2015-09-03 18:36:00 +09:00
Jongho Moon 9b8579461b Extracted MySQL JDBC driver plugin 2015-09-03 15:33:39 +09:00
koo.taejin f965e764f6 Refactored Profiler's CommandService #910
Refactored design of CommandServiceRegistry for CommandServiceGroup.
Rename command object.
2015-09-02 18:20:37 +09:00
HyunGil Jeong 0de2c05145 #906 Add JVM information to be displayed under agent information 2015-09-02 10:30:07 +09:00
HyunGil Jeong f391316500 #84 Add web support for handling Agent lifecycle and events 2015-08-31 19:08:02 +09:00
HyunGil Jeong 0ed58f920d #84 Add support for persisting command request events 2015-08-31 19:08:00 +09:00
HyunGil Jeong daee41d13b Extract mybatis plugin 2015-08-26 15:08:29 +09:00
HyunGil Jeong d15fba6a23 Extract ibatis plugin 2015-08-25 16:01:42 +09:00
Jongho Moon 4d5a9edb86 Modified httpclient4 plugin to use new plugin api.
Assigned service types to http client plugins
2015-08-20 17:55:47 +09:00
Jongho Moon e8ed05c46e Extracted spring beans plugin 2015-08-19 18:07:08 +09:00
Jaehong Kim 429bbd0ba4 add connect(open or connect) & execute 2015-08-10 19:01:22 +09:00
Jaehong Kim 6a76e933e5 add HttpClient.io & retry transaction. 2015-08-06 16:31:27 +09:00
Woonduk Kang 72e939ab08 #798 improve sql trace performance 2015-08-03 15:56:59 +09:00
Jongho Moon 773ab9b75b Implemented addField() and addGetter() 2015-08-03 13:04:41 +09:00
HyunGil Jeong c7c9e1ad14 #84 add support for life cycle and event handling 2015-07-28 14:25:22 +09:00
Minwoo Jung 176be0e625 [#694] change data type for logginginfo for transaction 2015-07-21 17:04:07 +09:00
Minwoo Jung bf5567674f [#694] change data type for logginginfo for transaction 2015-07-21 17:04:06 +09:00
Minwoo Jung 9dead6ff3e [#694] improvement logic for logging button 2015-07-10 12:48:08 +09:00
Minwoo Jung 27b57f08a9 [#694] improvement logic for logging button 2015-07-09 15:31:30 +09:00
Minwoo Jung d6988f95ae [#694] improvement logic for logging button 2015-07-09 15:31:28 +09:00
Jongho Moon 97c46034a9 Removed the NPC service type and annotation keys 2015-06-29 12:48:00 +09:00
Jongho Moon eda084775e Merged tests of #603 to existing tests 2015-06-17 18:34:49 +09:00
Jongho Moon 5093a531a4 Moved tests of #603 to appropriate package 2015-06-17 18:34:24 +09:00
Jongho Moon d4c674bc37 Merge remote-tracking branch 'Suckzoo/master' 2015-06-17 18:27:52 +09:00
Jaehong Kim d742861ecf add TSpanEvent.asyncSequence 2015-06-12 17:51:11 +09:00
Suckzoo 04dfb203f4 Test for common/BytesUtil(partially), profiler/ArrayUtil, profiler/QueryString added. 2015-06-12 11:51:56 +09:00
Woonduk Kang 3a3249598e #588 Extract commons-hbase module
- fix SuppressWarnings("unused");
2015-06-09 17:14:37 +09:00
Woonduk Kang 95b73b990f #588 Extract commons-hbase module 2015-06-05 19:47:02 +09:00
Jaehong Kim 1d0c4cace2 Merge branch 'master' of https://github.com/naver/pinpoint into user_include
Conflicts:
	plugins/pom.xml
2015-06-05 11:15:22 +09:00
Jaehong Kim 5935b74ddd add USER_INCLUDE ServiceType 2015-06-04 17:53:54 +09:00
HyunGil Jeong 3b5ed69db5 resolved static analysis warnings 2015-06-02 16:38:38 +09:00
Woonduk Kang e2da730f6c #320 change htablePool api
- hbase timeout option
 - hbase thread pool option
2015-05-28 16:58:17 +09:00
Woonduk Kang 2325a7b801 #472 change hbase 1.0 api 2015-05-27 11:43:00 +09:00
Jongho Moon 173214d880 Assinged service type and annotation key id 2015-05-25 12:45:42 +09:00
HyunGil Jeong 0756a31632 #432 Removed hadoop dependency from Pinpoint commons test.
Pinpoint now uses HBase 1.0.x, which is compiled against jdk 1.7.
Pinpoint commons however is compiled with jdk 1.6 and would throw
UnsupportedClassVersionError when tests that use classes in Hadoop/HBase
library.
This commit removes these so such tests won't fail.
2015-05-19 10:40:06 +09:00
Woonduk KangandHyunGil Jeong c306a6631b #382 hbase version upgrade
- version 0.94.15 -> 1.0.0
2015-05-18 18:43:46 +09:00
Jaehong Kim a74148374f add method type 2015-05-15 16:12:36 +09:00
Jaehong Kim a1f816d4fc Merge branch 'master' of https://github.com/naver/pinpoint into api-type 2015-05-14 18:46:30 +09:00
Jaehong Kim f2b6210519 add methodType & refactoring 2015-05-14 18:45:44 +09:00
Jaehong Kim b9eed76369 add async service type 2015-05-13 16:46:31 +09:00