Commit Graph
14 Commits
Author SHA1 Message Date
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
Jongho Moon 43bc5e7457 Changed caching MethodDescriptor as default 2015-04-13 14:06:25 +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
Jongho Moon e1f84dca13 Renamed Scope to InterceptorGroupTransaction.
Moved plugin annotation types to plugin.annotation package.
2015-04-08 13:29:58 +09:00
Jongho Moon 8f1ca749be Use ClassFileTransformer in place of ClassEditor 2015-04-07 15:15:32 +09:00
Jongho Moon b8ca289574 Let HttpURLConnectionInterceptor use scope attachment rather than trace
block attachment
- Removed trace block attachment
- Removed trace attribute
- Refined Scope APIs
2015-04-07 11:39:59 +09:00
Jongho Moon 1d5a89ae78 Some types overrided toString()
Renamed @Scope to @Group
2015-04-06 14:12:08 +09:00
Jongho Moon e1729549ff [#117] Added InterceptorGroup to clarify Scope concept 2015-04-03 16:07:06 +09:00
Woonduk Kang 20ed01923f Merge branch 'master' of https://github.com/naver/pinpoint into #88_multiple_classLoader_support 2015-03-24 18:27:21 +09:00
Woonduk Kang 2609f153ae #88 support multiple classLoader 2015-03-24 18:26:54 +09:00
Jongho Moon b0b627fcce added clover license 2015-03-24 17:04:36 +09:00
Jongho Moon 1ffd0c6a6e [#117] Implemented JDK-HTTP plugin
- added attributes to Trace
- added trace block attachment to Trace
- changed ClassEditorBuilder.condition() to conditional()
2015-03-23 15:54:52 +09:00