HyunGil Jeong
d26c88f278
Fix simple inspection warnings
...
Mainly license template fixes
2017-01-02 19:45:05 +09:00
minwoo.jung
378ed62e04
[ #2362 ]Jetty config key is spelled wrong
2016-12-19 16:37:13 +09:00
HyunGil Jeong and Woonduk Kang
187c315e11
#2178 Add conditional registration of class transformers
...
Tomcat plugin checks if the application was launched via Tomcat's Bootstrap, or one of SpringBoot's many launchers.
JBoss plugin checks if the application was launched via JBoss' Main.
Configuration option is added to disable this check entirely.
2016-10-20 18:14:26 +09:00
HyunGil Jeong and Woonduk Kang
8bc15f2cd8
#2156 Add config option for bootstrap main classes
2016-10-18 11:30:56 +09:00
emeroad
997142d655
- fix typo
...
- remove unused import
- fix unchecked warning (+1 squashed commits)
2016-10-17 19:42:20 +09:00
HyunGil Jeong and Woonduk Kang
cd51da314b
#2151 Add enable/disable plugin configuration options
2016-10-14 16:38:51 +09:00
emeroad
1ed5ad6b69
#2001 jboss temporary fix
...
- fix testcase fail
2016-10-14 12:40:00 +09:00
Woonduk Kang
98cfa49b0a
code cleanup
...
- remove unused import
- remove unnecessary final
2016-03-16 19:05:43 +09:00
Jaehong Kim
51fba5d3a0
merge entry points class.
2015-12-31 11:33:45 +09:00
Jaehong Kim
3a119a5b1f
change method name.
2015-12-07 17:43:13 +09:00
Jaehong Kim
1acfa81b21
refactoring.
2015-12-01 17:58:19 +09:00
Jaehong Kim
d4a483a9db
change config option name.
2015-12-01 17:16:08 +09:00
Jaehong Kim
db92e9e360
remove unusage service type.
2015-12-01 17:15:56 +09:00
Jaehong Kim
4f38b0ae9e
apply TraceScope.
2015-12-01 16:48:09 +09:00
Jaehong Kim
14e66dda6e
change config option name.
2015-12-01 16:47:50 +09:00
Jaehong Kim
47de94ae2a
change config option name.
2015-12-01 16:47:30 +09:00
Jaehong Kim
9a2cceb4a1
apply TraceScope.
2015-12-01 14:17:35 +09:00
Jaehong Kim
25f08a35e2
add TraceScope.
2015-11-30 18:55:50 +09:00
Jaehong Kim
ac8e28b0db
fix log message.
2015-11-30 16:09:40 +09:00
Jaehong Kim
5865f46c6a
add EntryPointChecker & DisableTrace.setTraceType().
2015-11-30 15:40:23 +09:00
emeroad
917419f01b
code cleanup
2015-11-16 14:39:13 +09:00
emeroad
f402f09a5e
code clean up
2015-11-13 21:45:09 +09:00
emeroad
75898d1c23
refactoring
...
- remove unused parameter
2015-11-09 14:49:25 +09:00
emeroad
9b39340293
refactoring
...
- added TransformTemplate
2015-11-08 20:48:50 +09:00
Woonduk Kang
12e7ec1a31
change transform api
...
class : PinpointClassFileTransformer -> TransformCallback
2015-10-22 19:49:55 +09:00
Woonduk Kang
53485cc0e8
class type change
...
ServiceType : class-> interface
2015-10-19 15:04:31 +09:00
Woonduk Kang
fc4a1cece3
change method signature
2015-10-12 14:06:14 +09:00
Woonduk Kang
a964421ca2
refactoring ServiceType
2015-10-01 18:49:45 +09:00
Woonduk Kang
27ef260938
remove interface constants
2015-09-25 14:43:15 +09:00
Jongho Moon
601d6dbab7
Clean up ServiceType and AnnotaionKey
2015-09-23 17:27:03 +09:00
Jongho Moon
8822ee1385
Refactor interceptor types
2015-09-18 15:52:01 +09:00
Jongho Moon
61c79016ac
Remove modifier and old plugin api
2015-09-17 17:50:24 +09:00
Jaehong Kim
8a585aa236
add testcase.
2015-08-24 14:59:40 +09:00
Jaehong Kim
13386969d0
change plugin.
2015-08-20 17:57:53 +09:00
Jongho Moon
d0e025615b
Redesigned profiler plugin apis
2015-07-31 15:47:39 +09:00
Jaehong Kim
7c83c0443c
fix bug of UserIncludePlugin.
2015-07-30 16:56:29 +09:00
Jaehong Kim
ee6720d4bf
remove markBeforeTime(), markAfterTime().
2015-07-15 18:12:49 +09:00
Jongho Moon
247a8e01ef
[ #723 ] Updated MethodFilter interface
2015-07-14 16:10:16 +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
2b656ccf40
change close condition.
...
* trace type is USER && trace stack is root.
2015-07-06 17:42:09 +09:00
Woonduk Kang
1cf4215d8c
#667 added jdk HttpURLConnection option
2015-06-29 15:30:22 +09:00
Jaehong Kim
b7f97a80f4
fix span close condition
2015-06-08 15:43:32 +09:00
Jaehong Kim
0c3b528574
refactoring
2015-06-05 11:11:18 +09:00
Jaehong Kim
5935b74ddd
add USER_INCLUDE ServiceType
2015-06-04 17:53:54 +09:00
Jaehong Kim
bff4efdb7e
add user include plugin
2015-06-04 15:27:03 +09:00