Jongho Moon
dfbaa71c19
throw exception when resolving MetadataAccessor or FieldAccessor if
...
@Name is not present
2015-03-27 17:00:14 +09:00
Jongho Moon
bba77a5421
Deleted unused class
2015-03-27 17:00:13 +09:00
koo-taejin
16fb497b33
Merge pull request #262 from jaehong-kim/servlet-async2
...
Servlet asynchronous request processing
2015-03-27 11:38:34 +09:00
Jaehong Kim
cfc44b9b7b
Merge branch 'master' of https://github.com/naver/pinpoint into servlet-async2
2015-03-26 16:03:15 +09:00
Jaehong Kim
12939058dc
fix testcase and standardHostValueInvoke deleteTrace()
2015-03-26 16:02:39 +09:00
Jaehong Kim
5b497ec9af
Merge pull request #258 from koo-taejin/#136
...
Improve state synchronization between server and client.
2015-03-26 15:44:40 +09:00
HyunGil Jeong
d19313038b
Merge pull request #260 from Xylus/feature/issue-254
...
#254 fix exception when user node points to nodes with the same app name
2015-03-26 15:37:31 +09:00
HyunGil Jeong
bb8ee8cf6b
#254 fix exception when user node points to nodes with the same app name
...
An exception is thrown when drawing the server map in situations where
users call multiple nodes with the same application name (but different
service types). This was caused because it was not possible to have a
single user node pointing to more than 1 destination node.
The user nodes are uniquely identified by their destination node's
application name only and this resulted in only a single user node being
created when there were multiple nodes with the same application name.
This commit fixes the issue by taking the destination node's service
type into account when creating user nodes.
2015-03-26 11:54:22 +09:00
Jaehong Kim
14817906f0
Merge branch 'master' of https://github.com/naver/pinpoint into servlet-async2
2015-03-26 10:21:31 +09:00
kr14910
fa5f449356
Improve state synchronization between server and client.
...
inclue socket's info in ping packet.
2015-03-25 17:31:14 +09:00
Jongho Moon
cacd892144
Merge pull request #257 from lioolli/master
...
[#117 ] Added ClassInstrumentation to edit class directly
2015-03-25 17:05:02 +09:00
Jongho Moon
99039be112
[ #117 ] Added ClassInstrumentation to edit class directly
2015-03-25 17:02:02 +09:00
Jaehong Kim
ee7478f606
add api-tag annotation
2015-03-25 15:13:19 +09:00
Jaehong Kim
0caedcdfc7
Merge branch 'master' of https://github.com/naver/pinpoint into servlet-async2
...
Conflicts:
plugins/tomcat/src/main/java/com/navercorp/pinpoint/plugin/tomcat/TomcatPlugin.java
2015-03-25 14:42:55 +09:00
Woonduk Kang
3d7d83eac5
Merge pull request #256 from emeroad/#88_multiple_classLoader_support
...
#88_multiple_classLoader_support
2015-03-25 10:43:25 +09:00
Woonduk Kang
e8ab995ade
#88 support multiple classLoader
...
- fix NPE
2015-03-25 10:42:40 +09:00
Woonduk Kang
5b1f097ecc
Merge pull request #255 from emeroad/#88_multiple_classLoader_support
...
#88 multiple class loader support
2015-03-24 18:39:54 +09:00
koo-taejin
e644c58233
Merge pull request #253 from jaehong-kim/is-252
...
patch web annotation logic bug
2015-03-24 18:32:07 +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
Jaehong Kim
88bacc36ed
#252 refactoring
2015-03-24 18:16:45 +09:00
Jaehong Kim
82976d860f
fix spen event annotation setup
2015-03-24 18:13:17 +09:00
Jaehong Kim
129cb128e4
add api-tag
2015-03-24 17:55:10 +09:00
Jongho Moon
666448a0ec
Merge pull request #251 from lioolli/master
...
added clover license
2015-03-24 17:05:24 +09:00
Jongho Moon
b0b627fcce
added clover license
2015-03-24 17:04:36 +09:00
Jongho Moon
9c63bbf8dd
Merge pull request #250 from lioolli/master
...
Fixed plugin test library
2015-03-24 17:02:14 +09:00
Jongho Moon
0384cc1103
Fixed plugin test library
2015-03-24 16:58:47 +09:00
Woonduk Kang
c032e94810
Merge branch 'master' of https://github.com/naver/pinpoint into #88_multiple_classLoader_support
2015-03-23 18:42:30 +09:00
Woonduk Kang
4ace8343bc
Merge branch 'master' of https://github.com/naver/pinpoint into #88_multiple_classLoader_support
...
Conflicts:
profiler/src/main/java/com/navercorp/pinpoint/test/PluginTestAgent.java
2015-03-23 18:42:20 +09:00
Jongho Moon
36120e0578
Merge pull request #249 from lioolli/master
...
Fixed compilation error
2015-03-23 18:40:23 +09:00
Jongho Moon
ee7aa091a9
Fixed compilation error
2015-03-23 18:39:42 +09:00
Woonduk Kang
ab0eafd023
#88 support multiple classLoader
2015-03-23 18:18:37 +09:00
Jongho Moon
a8b42c5421
Merge pull request #248 from lioolli/master
...
Implemented JDK-HTTP plugin
2015-03-23 15:59: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
Jongho Moon
b09d8c0e11
Some tests require JDK8, but for now JDK8 is not mandatory to build
...
Pinpoint. So skip test if it cannot find required java installation.
2015-03-23 15:50:53 +09:00
Jongho Moon
d75cd02d22
[ #235 ] intercept not only connect() but also getInputStream() and
...
getOUtputStream()
- ConnectMethodInterceptor will check 'connected' before setting request
headers.
2015-03-23 15:50:53 +09:00
HyunGil Jeong
65dd7cb76a
Merge pull request #247 from Xylus/bugfix/application-type-detection
...
fixed a bug regarding missing conditional check.
2015-03-23 15:07:57 +09:00
HyunGil Jeong
df4a3f948b
fixed a bug regarding missing conditional check.
2015-03-23 14:44:02 +09:00
HyunGil Jeong
4f7b7590fa
Merge pull request #242 from Xylus/feature/issue-195
...
[#195 ] Provided a simpler way for plugins to decide the application's type.
2015-03-23 11:53:51 +09:00
HyunGil Jeong
7d1941347a
[ #195 ] simplified API for ConditionProvider
2015-03-20 19:16:30 +09:00
Jaehong Kim
331b4317eb
Merge branch 'master' of https://github.com/naver/pinpoint into servlet-async2
2015-03-20 14:50:21 +09:00
HyunGil Jeong
3113fe4f46
[ #195 ] implemented application type detector
2015-03-20 14:45:25 +09:00
Minwoo Jung
d5294a78c4
Merge pull request #245 from minwoo-jung/naver-143
...
[#234 ] edit code creating record class
2015-03-20 14:41:29 +09:00
Minwoo Jung
e7c06d4a94
[ #134 ] edit code creating record class
2015-03-20 14:39:34 +09:00
Minwoo Jung
5aeb49c081
Merge pull request #244 from minwoo-jung/naver-143
...
#234 Add function to see log of application using pinpoint agent
2015-03-20 14:31:29 +09:00
Minwoo Jung
c97e66edce
[ #234 ] Add function to see log of application using pinpoint agent
2015-03-20 14:17:05 +09:00
Woonduk Kang
0262e6a488
Merge branch 'master' of https://github.com/naver/pinpoint into #88_multiple_classLoader_support
2015-03-20 13:50:55 +09:00
Woonduk Kang
7d2507aeae
#88 support multiple classLoader
2015-03-20 13:50:39 +09:00
Minwoo Jung
f9a2e64a0d
[ #143 ] try & situate button position.
2015-03-20 11:51:44 +09:00
Minwoo Jung
08f2fdf537
[ #146 ] arcus-java-client version upgrade
2015-03-19 20:40:32 +09:00