Commit Graph
223 Commits
Author SHA1 Message Date
Jaehong Kim 4cf7ad2ca9 change HistogramSchema type. 2015-11-11 17:11:56 +09:00
Jaehong Kim ad118f760a add fastError, normalError, slowError, verySlowError 2015-11-11 10:53:22 +09:00
Jaehong Kim b960f3d79b Revert "add base histogram schema."
This reverts commit fb5cb9faac.
2015-11-11 10:53:21 +09:00
Jaehong Kim bfad82a348 Revert "add base histogram schema."
This reverts commit b6d86afc12.
2015-11-11 10:53:20 +09:00
Jaehong Kim 489e9c391a add base histogram schema. 2015-11-11 10:53:19 +09:00
Jaehong Kim b8953b8b12 add base histogram schema. 2015-11-11 10:53:17 +09:00
Jaehong Kim c84fea35f4 trim to bind value. 2015-10-26 15:26:21 +09:00
Woonduk Kang 34d60e0e8a class type change
- AnnotationKey : class-> interface
2015-10-21 15:52:52 +09:00
Woonduk Kang 53485cc0e8 class type change
ServiceType : class-> interface
2015-10-19 15:04:31 +09:00
HyunGil Jeong a40af8554e #1069 Add backend support for storing and retrieving tps 2015-10-15 16:27:04 +09:00
HyunGil Jeong 67ba9740b7 Split agent statistics into seperate columns when storing 2015-10-15 16:26:09 +09:00
Jaehong Kim 71460ec1d1 Avoid duplicate of spearator char(','). 2015-10-13 14:58:19 +09:00
Jaehong Kim 47927465c1 add SqlParser.combineBindValues API. 2015-10-12 15:52:22 +09:00
Woonduk Kang 24c3d3582c Merge pull request #1051 from emeroad/refactoring_serviceType_lookup_of_AgentBo
refactoring AgentInfo, AgentInfoBo
2015-10-12 10:54:58 +09:00
Woonduk Kang 6fc1908a74 remove generic T 2015-10-06 18:29:49 +09:00
Woonduk Kang ce435bceb2 refactoring AgentInfo, AgentInfoBo 2015-10-06 11:28:30 +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
Taehee Kim dfea747619 fix typos in comments 2015-09-26 17:52:23 +09:00
Jongho Moon 601d6dbab7 Clean up ServiceType and AnnotaionKey 2015-09-23 17:27:03 +09:00
Woonduk Kang 8264c338d0 remove temp buffer 2015-09-22 18:32:50 +09:00
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