Commit Graph
192 Commits
Author SHA1 Message Date
Jongho Moon ee8fac31b3 Rename InstrumentableXXX to InstrumentXXX 2015-08-04 13:36:02 +09:00
Jongho Moon d5619d1f64 Arcus plugin uses new plugin api 2015-08-03 17:14:10 +09:00
Woonduk Kang 72e939ab08 #798 improve sql trace performance 2015-08-03 15:56:59 +09:00
Jongho Moon 31748b4977 Applied profiler plugin updates. 2015-07-31 15:53:54 +09:00
Jongho Moon da5467596b Move bootstrap classes to bootstrap-core 2015-07-31 15:47:41 +09:00
Jongho Moon d0e025615b Redesigned profiler plugin apis 2015-07-31 15:47:39 +09:00
Jongho Moon 7a75daf8d4 Test InterceptorInvoker 2015-07-31 15:47:36 +09:00
Jongho Moon fb01699f5d GsonPlugin with new plugin api 2015-07-31 15:47:33 +09:00
Jongho Moon 7c4ad07711 Redesigned plugin apis. 2015-07-31 15:47:32 +09:00
Jongho Moon 840be802ae Merge pull request #771 from cijung/master
Jetty Plugin (sync)
2015-07-31 10:41:24 +09:00
Jaehong Kim 7c83c0443c fix bug of UserIncludePlugin. 2015-07-30 16:56:29 +09:00
Chaein Jung 984492cfd4 Adding jetty back. 2015-07-29 16:23:03 +09:00
Chaein Jung f1794edf31 Merge remote-tracking branch 'upstream/master' 2015-07-29 16:15:27 +09:00
Chaein Jung 47e7a1289f Remove jetty dependency. 2015-07-29 16:15:11 +09:00
Chaein Jung d2eb62d89f Clean up. 2015-07-29 11:29:26 +09:00
Jaehong Kim 3c46fb141b add testcase 2015-07-29 10:40:45 +09:00
Chaein Jung f39c65536c Fixed bug where METADATA_TRACE was injected incorrectly. 2015-07-28 18:01:19 +09:00
Chaein Jung aed395bf76 Clean up. 2015-07-27 15:17:25 +09:00
Chaein Jung cb75e571aa Should not inject Request Metadata here. 2015-07-27 14:33:04 +09:00
Chaein Jung bdd4bc7098 Delete unnecessary fields and clean up. 2015-07-27 14:25:38 +09:00
Chaein Jung d666c16af2 Clean up unnecessary files. 2015-07-27 14:25:26 +09:00
Jaehong Kim 7be5b92d2a add google httpclient plugin 2015-07-24 14:52:42 +09:00
Jaehong Kim bc55b837c1 add to denpendy in pom.xml 2015-07-24 14:43:36 +09:00
Chaein Jung 89f4b5a2ac add jetty plugin for synchronous requests. 2015-07-24 14:30:24 +09:00
Chaein Jung 20b1cdae41 changing settings to include Jetty Plugin 2015-07-24 14:04:37 +09:00
Woonduk Kang 9c8c6bdcb8 #737 bindValue bug fix 2015-07-17 14:34:40 +09:00
scott 694b4865a1 배열의 key 비교 잘못으로 오류가 발생함.
temp.length와 key 값이 같을때 통과하지만 temp[key]는 array의 index 범위를 넘어버림
2015-07-16 14:55:03 +09:00
Jaehong Kim ee6720d4bf remove markBeforeTime(), markAfterTime(). 2015-07-15 18:12:49 +09:00
HyunGil Jeong 7ff6dd491c [#329] fix issue where Processors create an extra span event 2015-07-14 16:41:50 +09:00
Jongho Moon 247a8e01ef [#723] Updated MethodFilter interface 2015-07-14 16:10:16 +09:00
Jongho Moon 60b86f2324 Fixed test failures 2015-07-14 15:17:08 +09:00
Jongho Moon e5297bd869 Added null check 2015-07-14 10:43:24 +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
Jaehong Kim d59bcac202 apply json parser. 2015-07-10 11:17:10 +09:00
Jaehong Kim 49c5fa1f97 change recorder interface name. 2015-07-09 15:44:20 +09:00
Jaehong Kim 3ceb61496c Merge branch 'master' of https://github.com/naver/pinpoint into trace
Conflicts:
	plugins/user/src/main/java/com/navercorp/pinpoint/plugin/user/interceptor/UserIncludeMethodInterceptor.java
	profiler/src/main/java/com/navercorp/pinpoint/profiler/context/DefaultTrace.java
	profiler/src/main/java/com/navercorp/pinpoint/profiler/context/DisableTrace.java
	profiler/src/main/java/com/navercorp/pinpoint/profiler/context/MetricTrace.java
	profiler/src/main/java/com/navercorp/pinpoint/profiler/context/ThreadLocalTraceFactory.java
2015-07-09 11:43:49 +09:00
Jaehong Kim d6c5ca1e66 change trace api. 2015-07-09 10:57:51 +09:00
Jaehong Kim 2b656ccf40 change close condition.
* trace type is USER && trace stack is root.
2015-07-06 17:42:09 +09:00
Jaehong Kim 08dc37b814 apply SpanRecorder/SpanEventRecorder 2015-07-06 15:04:27 +09:00
Woonduk Kang 1cf4215d8c #667 added jdk HttpURLConnection option 2015-06-29 15:30:22 +09:00
Jongho Moon 8b284b7826 Trace ObjectReader and ObjectWriter too 2015-06-19 15:33:33 +09:00
Woonduk Kang 47621775ba Merge pull request #631 from emeroad/master
cleanup dependency
2015-06-17 17:16:06 +09:00
Woonduk Kang 8676974764 cleanup dependency 2015-06-17 17:09:39 +09:00
HyunGil Jeong 9a97774838 #623 removed commons-lang3 dependency 2015-06-17 11:05:07 +09:00
Jaehong Kim 79faaac2ba add license 2015-06-17 10:21:32 +09:00
Jaehong Kim d251b16ae7 Merge branch 'master' of https://github.com/naver/pinpoint into arcus-memcached 2015-06-16 18:27:16 +09:00
Jaehong Kim 31e8ada621 add arcus-plugin 2015-06-16 16:21:55 +09:00
Woonduk Kang 3c4c5f986b cleanup dependency 2015-06-16 15:14:59 +09:00
Jaehong Kim 2b6eec2ee6 change to asyn trace close condition. 2015-06-15 11:21:31 +09:00