Woonduk Kang
|
e0c63eaa14
|
code clean up
- AttachmentFactory
|
2015-10-12 19:46: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 |
|
Jaehong Kim
|
640b6a285c
|
Merge pull request #1024 from jaehong-kim/httpclient4-connect-host-patch
Httpclient4 connect host patch
|
2015-10-02 18:39:02 +09:00 |
|
Jaehong Kim
|
6fac82c342
|
refactoring duplicated code & avoid port value is minus number.
|
2015-10-02 16:45:49 +09:00 |
|
Jaehong Kim
|
3190ec06a6
|
avoid port value is minus number.
|
2015-10-02 16:26:08 +09:00 |
|
Jaehong Kim
|
b8568d0018
|
avoid port value is -1.
|
2015-10-02 16:25:10 +09:00 |
|
Jaehong Kim
|
0c5670497a
|
refactoring duplicated code.
|
2015-10-02 16:23:15 +09:00 |
|
Woonduk Kang
|
a964421ca2
|
refactoring ServiceType
|
2015-10-01 18:49:45 +09:00 |
|
Woonduk Kang
|
6d8fe454db
|
remove interface constants
|
2015-09-25 13:48:40 +09:00 |
|
Jongho Moon
|
8822ee1385
|
Refactor interceptor types
|
2015-09-18 15:52:01 +09:00 |
|
HyunGil Jeong
|
f9dd481297
|
#968 Append port number to "Pinpoint-Host" header when making http calls
|
2015-09-17 18:29:46 +09:00 |
|
Jongho Moon
|
61c79016ac
|
Remove modifier and old plugin api
|
2015-09-17 17:50:24 +09:00 |
|
Jongho Moon
|
d289796dea
|
Remove modifier and old plugin api
|
2015-09-17 17:50:22 +09:00 |
|
Jongho Moon
|
3928fb2e10
|
Remove modifier api
|
2015-09-17 11:51:11 +09:00 |
|
Jongho Moon
|
aef9c76571
|
Add AnnotationKeyMatchers
|
2015-09-10 16:54:07 +09:00 |
|
Jongho Moon
|
b67d1f88ab
|
Added configuration profiler.plugin.disable
|
2015-08-24 15:27:49 +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 |
|
Jaehong Kim
|
a5bec69004
|
add HttpClient3 connect host:port.
|
2015-08-11 13:59:53 +09:00 |
|
Jaehong Kim
|
429bbd0ba4
|
add connect(open or connect) & execute
|
2015-08-10 19:01:22 +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 |
|
Jongho Moon
|
7c4ad07711
|
Redesigned plugin apis.
|
2015-07-31 15:47:32 +09:00 |
|
Jaehong Kim
|
ee6720d4bf
|
remove markBeforeTime(), markAfterTime().
|
2015-07-15 18:12:49 +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
|
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
|
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 |
|
Eunchan
|
6ac6ca130e
|
Remove compile warning.
Remove unused imports, Add suppress warnings, close resources not closed.
|
2015-06-03 13:27:42 +09:00 |
|
Jaehong Kim
|
c8a4be816c
|
Use common ServiceType.HTTP_CLIENT, ServiceType.HTTP_CLIENT_INTERNAL
|
2015-05-28 14:25:27 +09:00 |
|
Jaehong Kim
|
c2866f742c
|
remove debug system message.
|
2015-05-19 14:35:23 +09:00 |
|
Jaehong Kim
|
9c1968bd2b
|
add HTTP HOST Header(Pinpoint-Host)
|
2015-05-19 13:55:04 +09:00 |
|
Jaehong Kim
|
77aeb4f8b0
|
apply http async client
|
2015-05-13 16:49:12 +09:00 |
|
Jongho Moon
|
4b0da6db1c
|
Merge pull request #387 from pavian/remove_complie_warning
Add @suppressWarnings("deprecation") for using DEFAULT_CONTENT_CHARSET i...
|
2015-05-11 17:12:36 +09:00 |
|
Eunchan
|
dec971b167
|
add @SuppressWarnings("deprecation") to methods
that use deprecated member or methods
|
2015-05-11 17:01:47 +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
|
bad7e88936
|
Created com.navercorp.pinpoint.common.trace package.
Renamed TypeProvider to TraceMetadataProvider.
|
2015-04-22 22:25:11 +09:00 |
|
Jongho Moon
|
1e9694abe0
|
Renamed InterceptorGroupTransaction to InterceptorGroupInvocation.
Integrated ProfilerPluginSetupContext with ProfilerPluginContext.
|
2015-04-22 18:26:51 +09:00 |
|
Jaehong Kim
|
7b20b22b5e
|
add DefaultClientExchangeHandlerImpl.start() interceptor
|
2015-04-14 14:59:26 +09:00 |
|
Jaehong Kim
|
5d4ff0e46d
|
add DefaultClientExchangeHandlerImpl.start() interceptor & remove old HttpAsyncClientExecuteMethodWith...
|
2015-04-14 14:58:15 +09:00 |
|
Jaehong Kim
|
32647fcb64
|
add DefaultClientExchangeHandlerImpl.start()
|
2015-04-13 15:59:34 +09:00 |
|
Jongho Moon
|
43bc5e7457
|
Changed caching MethodDescriptor as default
|
2015-04-13 14:06:25 +09:00 |
|
Jaehong Kim
|
d932619f6d
|
#313 add httpclient4 & refactoring
|
2015-04-09 14:23:45 +09:00 |
|
Jongho Moon
|
2bf5ff25d1
|
Renamed Scope to InterceptorGroupTransaction.
Moved plugin annotation types to plugin.annotation package.
|
2015-04-08 14:03:24 +09:00 |
|
Jaehong Kim
|
9af8da75e2
|
apply plugin changed.
|
2015-04-07 16:18:51 +09:00 |
|