Commit Graph
5583 Commits
Author SHA1 Message Date
Minwoo Jung 08f2fdf537 [#146] arcus-java-client version upgrade 2015-03-19 20:40:32 +09:00
Jaehong Kim 5a6d441d24 Merge pull request #239 from jaehong-kim/api-cache
apply cache(ehcache) for api metadata
2015-03-19 16:31:48 +09:00
Jaehong Kim 36a07222d6 add cacheable key & testcase 2015-03-19 11:26:46 +09:00
Jaehong Kim 917e9f1d6c apply cache(ehcache) for api metadata 2015-03-18 18:12:57 +09:00
Woonduk Kang 00cc3bce45 Merge pull request #236 from emeroad/master
add script dir to distribution.xml
2015-03-18 13:35:18 +09:00
Woonduk Kang 3611b5cd73 add script dir to distribution.xml 2015-03-18 13:27:31 +09:00
HyunGil Jeong ef9fd019c8 Merge pull request #233 from Xylus/feature/issue-228
[#228] Decouple application type and span service type.
2015-03-17 13:26:49 +09:00
HyunGil Jeong 35f6d9538a clean up redundant service type fields. 2015-03-17 10:56:08 +09:00
HyunGil Jeong 2a5f939f3c [#228] Decouple application type and span service type.
Every span/spanChunk is now created with an extra field holding
application service type. This field is then used exclusively for
drawing the server map.

Previously, the server map nodes/links were extrapolated from the
span/spanChunk's service type, and this made it impossible for the
application type to work independently from their span service type.

This change not only decouples the application type from their
span service type, but also allows an application to have
multiple services that create root spans.

To maintain backwards compatibility, traces that do not have an
application type will default to their original service type.
2015-03-17 10:27:07 +09:00
Woonduk Kang f75928f213 Merge pull request #231 from emeroad/master
add thread name of shutdownhook, improvement buffer offset handling
2015-03-16 15:26:12 +09:00
Woonduk Kang 71621614d3 add thread name of shutdownhook
improvement buffer offset handling
2015-03-16 15:25:12 +09:00
Jongho Moon 38831ac0cf Merge pull request #230 from lioolli/master
Deleted ide related files
2015-03-16 10:56:16 +09:00
Jongho Moon 19ad8ebbd7 Deleted ide related files 2015-03-16 10:52:12 +09:00
Woonduk Kang d8fa53d92b Merge pull request #229 from emeroad/master
refactoring AnnotationKey
2015-03-13 18:49:27 +09:00
Woonduk Kang f2546eb7fc refactoring AnnotationKey
- remove singleton api
2015-03-13 18:45:55 +09:00
Woonduk Kang 0968167e58 Merge branch 'master' of https://github.com/naver/pinpoint 2015-03-13 18:19:20 +09:00
Woonduk Kang f616ced4b9 refactoring AnnotationKey
- remove singleton api
2015-03-13 18:18:54 +09:00
Jongho Moon c743e15525 Merge pull request #227 from lioolli/master
[#117] Added ProfilerPluginSetupContext.addClassEditor().
2015-03-12 15:34:17 +09:00
Jongho Moon e9053939fa [#117] Added ProfilerPluginSetupContext.addClassEditor().
Fixed test failures.
2015-03-12 15:29:56 +09:00
Jaehong Kim c2a2929bb7 Merge pull request #226 from jaehong-kim/redis
Redis plugins
2015-03-12 14:17:42 +09:00
Jaehong Kim 2b6914b81f move testcase 2015-03-12 11:06:13 +09:00
Jaehong Kim bce353242d Merge branch 'master' of https://github.com/naver/pinpoint into redis 2015-03-11 17:56:31 +09:00
Jaehong Kim 3db70dccd5 add redis plugin 2015-03-11 17:55:56 +09:00
Jaehong Kim e121cbccbb remove old redis 2015-03-11 17:54:51 +09:00
Minwoo Jung 547bd857d2 [#146] change arcus-java-client version 2015-03-11 17:09:20 +09:00
Minwoo Jung e9a22d24d4 [#146] arcus-java-client version upgrade 2015-03-11 11:46:37 +09:00
Jaehong Kim 23f6e0ea1b Merge branch 'master' of https://github.com/naver/pinpoint into redis 2015-03-11 10:48:34 +09:00
Jaehong Kim 0d963fb615 add redis plugin 2015-03-11 10:48:22 +09:00
HyunGil Jeong 908d98cad2 Merge pull request #224 from Xylus/feature/issue-215
[#215] Let bootstrap handle agent's lifecycle.
2015-03-10 19:02:18 +09:00
HyunGil Jeong 2fc723f2b4 move agent lifecycle management to Pinpoint bootstrap - #215 2015-03-10 18:33:53 +09:00
HyunGil Jeong bb02ffc9bf seperate sending of agent information and server meta data - #215 2015-03-10 18:32:49 +09:00
Jongho Moon f101d233a2 Merge pull request #223 from lioolli/master
[#117] Added MethodEditorExceptionHandler
2015-03-10 14:57:20 +09:00
Jongho Moon 944fece1ac [#117] Added MethodEditorExceptionHandler 2015-03-10 14:48:39 +09:00
Jaehong Kim 49c9a87dea Merge pull request #221 from koo-taejin/#136
Improve state synchronization between server and client. #136
2015-03-10 11:00:53 +09:00
kr14910 beeb412647 Improve state synchronization between server and client. #136
1. Integrate SocketState class into PinpointSocketHandler.
2015-03-10 09:46:05 +09:00
HyunGil Jeong b1d2d007c9 Merge pull request #220 from Xylus/feature/issue-214
change how the application list is generated - #214
2015-03-09 19:31:20 +09:00
HyunGil Jeong 921a98b86e change how the application list is generated - #214
The application list is now generates additional applications for each
service type registered under the same application name.
2015-03-09 19:20:29 +09:00
Woonduk Kang 043a770a31 Merge pull request #219 from emeroad/master
refactoring ServiceType dependency  - remove ServiceTypeLoader
2015-03-09 19:19:38 +09:00
Woonduk Kang caed38e76a refactoring ServiceType dependency
- remove ServiceTypeLoader
2015-03-09 19:18:58 +09:00
Woonduk Kang baa2528491 Merge pull request #218 from emeroad/master
refactoring ServiceType dependency
2015-03-09 17:36:49 +09:00
Woonduk Kang 2c98125039 refactoring ServiceType dependency 2015-03-09 17:36:08 +09:00
Woonduk Kang d66e765f43 Merge pull request #217 from emeroad/master
refactoring ServiceType dependency
2015-03-09 15:50:31 +09:00
Woonduk Kang 1cf40a95af refactoring ServiceType dependency 2015-03-09 15:48:02 +09:00
Woonduk Kang 4eecb8b331 Merge branch 'master' of https://github.com/naver/pinpoint 2015-03-09 15:04:29 +09:00
Woonduk Kang 4d6f718c6b refactoring ServiceType dependency 2015-03-09 15:04:19 +09:00
Jaehong Kim 6b792e1b52 Merge pull request #216 from jaehong-kim/master
remove nBase-ARC service type
2015-03-09 14:42:23 +09:00
Jongho Moon 58dd6e2e6f Merge pull request #213 from lioolli/master
[#117] Improved plugin test feature
2015-03-06 17:50:16 +09:00
Jongho Moon 6660a4a2f8 [#117] Improved plugin test feature 2015-03-06 17:41:07 +09:00
Woonduk Kang ac60caa829 Merge pull request #212 from emeroad/master
code cleanup
2015-03-05 17:06:53 +09:00
Woonduk Kang 1e644184c8 code cleanup
- remove deprecated api. junit.framework.Assert -> org.junit.Assert;
 - fix klocwork : NullPointer dereference
2015-03-05 17:05:30 +09:00