Commit Graph

2049 Commits

Author SHA1 Message Date
pengys5 dd6ae268cf 1. remote worker use common service, send data object with bytes and data define id, use define id to find the grpc deserialize object.
2. merge the metric data and record data to data object.
2017-07-23 23:32:32 +08:00
pengys5 2042709b02 Storage framework, support auto create elastic search or h2 table 2017-07-21 23:04:18 +08:00
pengys5 706874c9d7 Add storage module, start storage client and share with other module 2017-07-20 20:23:52 +08:00
pengys5 e12dc5fa47 1. Add agent jvm module
2. Add agent register module
2017-07-20 09:54:16 +08:00
pengys5 730c606389 add server holder to reuse server with same host, port, server classify 2017-07-19 23:21:24 +08:00
pengys5 c955f7889b Add agent server module to get the collector stream server address
/agentstream/grpc
/agentstream/jetty
2017-07-19 20:50:27 +08:00
pengys5 4071b27b21 collector system use zookeeper cluster module start successful 2017-07-18 23:00:24 +08:00
pengys5 640440d581 1. Add stream module: The stream base framework
2. Add context help for every module to find another module’s context.
2017-07-18 14:49:47 +08:00
吴晟 Wu Sheng 04fbe180f3 Merge pull request #252 from wu-sheng/feature/high-performance-agent
High performance agent, and the skeleton of modulization collector
2017-07-17 10:33:28 -05:00
wusheng 3ef364d038 Fix CI 2017-07-17 23:21:52 +08:00
吴晟 Wu Sheng b04b2435be Merge pull request #293 from wu-sheng/feature/266
Feature/266
2017-07-17 10:02:02 -05:00
pengys5 38aeb92e54 collector compile successful 2017-07-17 22:33:15 +08:00
pengys5 8b22a52db5 Merge branch 'feature/high-performance-agent' of https://github.com/wu-sheng/sky-walking into feature/266 2017-07-17 21:57:46 +08:00
pengys5 9f10f8e4eb Add worker module framework 2017-07-17 21:57:12 +08:00
吴晟 Wu Sheng 45839a3765 Merge pull request #292 from ascrutae/zhangxin/fix/compile-failed
fix compile failed
2017-07-16 22:33:17 -05:00
ascrutae 1e05483fc9 fix compile failed 2017-07-17 11:31:50 +08:00
吴晟 Wu Sheng a6c3d0dea6 Update README.md 2017-07-17 09:47:58 +08:00
吴晟 Wu Sheng efad368d1d Merge pull request #291 from ascrutae/zhangxin/fix/matcher-failed
fix enhance class match failed
2017-07-16 09:46:42 -05:00
ascrutae 5c1fdb066e fix enhance class match failed 2017-07-16 22:44:24 +08:00
wusheng 93b0186dd2 Fix a match bug. 2017-07-16 22:20:10 +08:00
wusheng 3f3d933365 Merge branch 'feature/high-performance-agent' of https://github.com/wu-sheng/sky-walking into feature/high-performance-agent
* 'feature/high-performance-agent' of https://github.com/wu-sheng/sky-walking:
  add configuration about multiple check interval and fix set peerID of  exit span failed
  independent data carrier project
2017-07-14 20:36:58 +08:00
吴晟 Wu Sheng 1b5cd9e253 Merge pull request #290 from ascrutae/zhangxin/fix/peer_id_set_failured
add configuration and fix set peerID failed
2017-07-14 01:29:49 -05:00
ascrutae 75e705e097 add configuration about multiple check interval and fix set peerID of exit span failed 2017-07-14 11:46:59 +08:00
吴晟 Wu Sheng a381a6f771 Merge pull request #289 from ascrutae/zhangxin/feature/datacarrier-independence
independent data carrier project
2017-07-13 21:33:20 -05:00
ascrutae 8143a5b096 independent data carrier project 2017-07-14 10:07:17 +08:00
wusheng ea7db2090a Provided 4 types match for enhance class:
* byName
* byClassAnnotationMatch
* byMethodAnnotationMatch
* byHierarchyMatch
2017-07-13 21:26:44 +08:00
吴晟 Wu Sheng 28b6d8faa4 Merge pull request #288 from ascrutae/zhangxin/fix/opentracing-meta-info
fix open-tracing meta info is not correct
2017-07-13 04:38:16 -05:00
ascrutae 0f69bab38c fix open-tracing meta info is not correct 2017-07-13 17:30:12 +08:00
pengys5 972b66654f Cluster module with zookeeper, redis, h2.
#266
2017-07-12 23:18:58 +08:00
wusheng b24a17587f Remove and move classes. 2017-07-12 22:58:05 +08:00
wusheng 103469256f Support plugin match by annotation, can’t by interface yet. #281 2017-07-12 22:41:56 +08:00
吴晟 Wu Sheng 64435c3e39 Merge pull request #286 from ascrutae/zhangxin/feature/local-span-transform
fix issue that local span transform failured
2017-07-12 03:50:29 -05:00
ascrutae 9f8622b8a1 fix issue that local span transform failured 2017-07-12 16:33:51 +08:00
吴晟 Wu Sheng 2db0ee67d0 Merge pull request #285 from ascrutae/zhangxin/fix/operation-name-reset
operation name or operation id need to reset
2017-07-12 02:38:22 -05:00
ascrutae ceca5e70ac operation name or operation id need to reset when create multiple entry spans 2017-07-12 15:15:34 +08:00
吴晟 Wu Sheng 9b34e11f71 Update README.md 2017-07-12 11:47:01 +08:00
吴晟 Wu Sheng 6e6e9c2687 Merge pull request #284 from ascrutae/zhangxin/fix/283
fix issue that operation name and operation id are not correct
2017-07-11 22:35:32 -05:00
吴晟 Wu Sheng 9455917f1e Merge pull request #280 from ascrutae/zhangxin/fix/compile-failed
fix compile failure and the url  tag of motan plugin is not correct
2017-07-11 22:31:11 -05:00
ascrutae c08c95782b fix issue that operation name and operation id is not correct when create multi exit span or entry span 2017-07-12 11:27:36 +08:00
pengys5 116fca8a42 module install
#266
2017-07-11 23:37:12 +08:00
ascrutae ca56552215 fix compile failed and the url tag of motan plugin is not correct 2017-07-11 18:03:15 +08:00
吴晟 Wu Sheng b5ff6aa131 Merge pull request #279 from ascrutae/zhangxin/feature/suport-ot-activation
suport ot activation
2017-07-11 02:07:11 -05:00
ascrutae 1bbf84dce9 suport ot activation 2017-07-11 14:32:47 +08:00
pengys5 b0003f0161 Provide modular development framework 2017-07-10 15:35:19 +08:00
吴晟 Wu Sheng 62981fb0a1 Update ContextManager.java 2017-07-10 15:28:06 +08:00
吴晟 Wu Sheng 3fc4ba44fc Merge pull request #277 from ascrutae/zhangxin/feature/support-plugin-testcase
support plugin testcase
2017-07-09 05:15:58 -05:00
ascrutae 4c1963cb45 support plugin testcase 2017-07-09 17:46:43 +08:00
wusheng f64d414260 Fix the span type missing. 2017-07-08 19:48:09 +08:00
吴晟 Wu Sheng a23f8ee131 Merge pull request #276 from ascrutae/zhangxin/feature/support-agent-core-testcase
support agent core testcase
2017-07-08 06:40:32 -05:00
ascrutae d9b3321d8b add clear agent service rule 2017-07-08 19:16:32 +08:00