Commit Graph

2785 Commits

Author SHA1 Message Date
peng-yongsheng 27dfc3e587 Use cache service from cache module. 2017-11-09 19:29:39 +08:00
peng-yongsheng b1e2ebd4d2 Refactor cache module to provide cache services. 2017-11-09 18:20:55 +08:00
wu-sheng 737e9c53b3 Fix a pom confilct. 2017-11-09 09:17:29 +08:00
peng-yongsheng 3169f827e6 mix worker model with graph model. 2017-11-09 01:34:08 +08:00
peng-yongsheng 288ced6764 Merge branch 'feature/collector-modelization' of https://github.com/OpenSkywalking/skywalking into feature/collector-modelization
# Conflicts:
#	apm-collector/apm-collector-agent/collector-agent-stream/pom.xml
#	apm-collector/apm-collector-remote/collector-remote-kafka-provider/pom.xml
#	apm-collector/apm-collector-stream/collector-stream-define/pom.xml
2017-11-08 21:32:50 +08:00
peng-yongsheng 8e8029d008 no message 2017-11-08 21:32:19 +08:00
wusheng 406c4f52d8 Add concept: WayToNode to define how to ask node to process. 2017-11-08 19:52:17 +08:00
wu-sheng d44b798174 Support cycle module dependencies check. Trigger exception when happen. @peng-yongsheng
org.skywalking.apm.collector.core.module.CycleDependencyException: Exist cycle module dependencies in
Test[provider=org.skywalking.apm.collector.core.module.TestModuleProvider]
BaseA[provider=org.skywalking.apm.collector.core.module.ModuleAProvider]
2017-11-07 15:45:16 +08:00
wu-sheng e3e06ec3cf Move all find methods into graphFinder. 2017-11-07 14:14:44 +08:00
wu-sheng e1325615dc Support to find node by id and output type. Node<?, Integer> foundNode = GraphManager.INSTANCE.findGraph(6).toBuilder().findNode(2, Integer.class); 2017-11-07 12:12:46 +08:00
wusheng 381d718d69 Update version to 3.2.5 2017-11-06 23:12:26 +08:00
wusheng 1e0e052496 Merge branch 'master' into feature/collector-modelization
* master:
  Update version for 3.2.4 release.
  add exception handler for disruptorQueue
  support jdbc4 api of postgresql
  support for logback MDC
  AgentStream NullPointerException with RemoteWorker
2017-11-06 23:08:12 +08:00
wusheng 4bdea9e2c9 Update version for 3.2.4 release. 2017-11-06 22:45:00 +08:00
吴晟 Wu Sheng b153a48aa3
Merge pull request #577 from ascrutae/fix/disruptor-exception-handle
add exception handler for disruptorQueue
2017-11-06 22:41:15 +08:00
ascrutae 99c11b5ce9 add exception handler for disruptorQueue 2017-11-06 22:37:37 +08:00
吴晟 Wu Sheng 8472f5c743
Merge pull request #567 from zhangkewei/master
support for logback MDC
2017-11-06 21:09:22 +08:00
吴晟 Wu Sheng 6b9ef38aad
Merge branch 'master' into master 2017-11-06 20:43:31 +08:00
吴晟 Wu Sheng 329e53ca14
Merge pull request #574 from zhangkewei/NPE
AgentStream NullPointerException with RemoteWorker
2017-11-06 20:14:22 +08:00
zhangkewei a31a71a5c7
Merge branch 'master' into NPE 2017-11-06 18:32:34 +08:00
吴晟 Wu Sheng 1bf4764598
Merge pull request #576 from ascrutae/fix/postgresql-issue
support jdbc4 api of postgresql
2017-11-06 18:04:45 +08:00
ascrutae e94ab46212 support jdbc4 api of postgresql 2017-11-06 17:32:54 +08:00
wu-sheng ba695f89ae Fix links. 2017-11-06 16:53:08 +08:00
wu-sheng 7baedf13d8 Change the links in readme. 2017-11-06 16:51:41 +08:00
wu-sheng 3403d48c6b Finish all documents. Close #575 2017-11-06 16:49:05 +08:00
wu-sheng d6a6fe10a0 Finish cn documents 2017-11-06 16:37:22 +08:00
zhangkewei f74ea2fd55 support for logback MDC 2017-11-06 16:29:23 +08:00
peng-yongsheng 7c0f47c1cc Merge branch 'feature/collector-modelization' of https://github.com/OpenSkywalking/skywalking into feature/collector-modelization 2017-11-06 16:24:10 +08:00
peng-yongsheng 60cf3c839e no message 2017-11-06 16:23:54 +08:00
wu-sheng b7293702f6 Provide some documents in cn, and change nodeHanlder -> nodeProcessor 2017-11-06 16:18:58 +08:00
wu-sheng abc141f01c fix url. 2017-11-06 15:27:45 +08:00
wu-sheng adf1e0c9b6 Fix url 2017-11-06 15:25:49 +08:00
wu-sheng e327790c36 Provide en documents in /docs/en 2017-11-06 15:22:38 +08:00
wu-sheng 515d18d899 Fix graph. 2017-11-06 14:41:56 +08:00
zhangkewei cf232524ca AgentStream NullPointerException with RemoteWorker 2017-11-06 14:05:50 +08:00
peng-yongsheng 24a037536f Add the implement of UI module. 2017-11-06 13:59:42 +08:00
peng-yongsheng 0664a619db Merge branch 'feature/collector-modelization' of https://github.com/OpenSkywalking/skywalking into feature/collector-modelization 2017-11-06 00:40:54 +08:00
peng-yongsheng a1cc0e1f28 Refactor remote module. 2017-11-06 00:40:38 +08:00
wusheng a1423b5642 Finish graph APIs for streaming module. 2017-11-05 23:13:01 +08:00
peng-yongsheng 2ede0e8ac0 Refactor h2 dao implement 2017-11-05 21:00:03 +08:00
peng-yongsheng e0338baf8c Merge branch 'feature/collector-modelization' of https://github.com/OpenSkywalking/skywalking into feature/collector-modelization 2017-11-05 20:21:20 +08:00
peng-yongsheng 3b9d1b3353 Refactor Data. 2017-11-05 20:21:05 +08:00
wusheng ad6c1153b6 Merge branch 'master' into feature/collector-modelization
* master:
  Update partners list
2017-11-04 21:25:49 +08:00
wusheng a1276c86a5 Update partners list 2017-11-03 22:41:02 +08:00
peng-yongsheng e11e4e5aca Provide stream module. 2017-11-03 18:36:48 +08:00
peng-yongsheng fb43c49e38 Rename the module of collector-remote-grpc-define to collector-remote-grpc-provider 2017-11-03 17:08:45 +08:00
peng-yongsheng 76da1b07ec Provide queue module with disruptor and data carrier providers. 2017-11-03 17:02:40 +08:00
peng-yongsheng 51a652dd79 provide dao getter service. 2017-11-03 16:38:26 +08:00
peng-yongsheng a562cc1ed3 Merge branch 'feature/collector-modelization' of https://github.com/OpenSkywalking/skywalking into feature/collector-modelization 2017-11-03 16:11:26 +08:00
peng-yongsheng 5878e64a2f Refactor stream module. 2017-11-03 16:11:10 +08:00
吴晟 Wu Sheng 5aa7f78597
Merge pull request #566 from neeuq/feature/collector-modelization
java 8:(Perm Gen) split into (Compressed Class Space) and Metaspace
2017-11-02 11:37:28 +08:00