peng-yongsheng
714b4ccbf7
Move service register to prepare method.
2017-11-14 21:59:27 +08:00
wusheng
9c174d3ae5
* Remove GPLv3 license in pom.
...
* Update architecture graph.
* Update REAMDME.
2017-11-14 21:39:19 +08:00
peng-yongsheng
0567bcd43d
Change the exception to runtime exception in module find and service find method.
2017-11-14 00:40:57 +08:00
peng-yongsheng
5967cf4be6
Register graph finish.
2017-11-14 00:39:37 +08:00
peng-yongsheng
d8ba62e90b
Merge branch 'feature/collector-modelization' of https://github.com/OpenSkywalking/skywalking into feature/collector-modelization
2017-11-13 15:38:02 +08:00
peng-yongsheng
8922e974aa
Application register test success.
2017-11-13 15:37:07 +08:00
wusheng
e8e4915db0
Fix a code style issue.
2017-11-13 00:39:48 +08:00
wusheng
d7a2a198e0
Move instruments into an independency module in collector, named `apm-collector-instrument`.
2017-11-13 00:35:45 +08:00
wusheng
9dbd4ef683
Remove ServiceInstrumentation mechanism for further collector agent design.
2017-11-13 00:19:34 +08:00
wusheng
b1002a98e1
Adjust startup sequence.
2017-11-13 00:07:59 +08:00
peng-yongsheng
1cb05658d6
cluster, naming, grpc manager, jetty manager, storage modules test successful.
2017-11-12 19:47:57 +08:00
peng-yongsheng
71d27b1840
Segment standardization
2017-11-12 10:24:34 +08:00
peng-yongsheng
f74a5a9c27
Parse and listener
2017-11-12 10:23:55 +08:00
peng-yongsheng
863933afc4
trace workers
2017-11-11 23:30:10 +08:00
peng-yongsheng
5bd379fd50
Register workers
2017-11-11 19:13:58 +08:00
peng-yongsheng
d85f9daeb9
Merge branch 'feature/collector-modelization' of https://github.com/OpenSkywalking/skywalking into feature/collector-modelization
...
# Conflicts:
# apm-collector/apm-collector-stream/collector-stream-provider/src/main/java/org/skywalking/apm/collector/stream/worker/base/AbstractLocalAsyncWorkerProvider.java
# apm-collector/apm-collector-stream/collector-stream-provider/src/main/java/org/skywalking/apm/collector/stream/worker/base/AbstractRemoteWorkerProvider.java
# apm-collector/apm-collector-stream/collector-stream-provider/src/main/java/org/skywalking/apm/collector/stream/worker/base/AbstractWorkerProvider.java
2017-11-11 17:25:20 +08:00
peng-yongsheng
1bcbc42ed7
no message
2017-11-11 17:24:20 +08:00
peng-yongsheng
6435882e41
Add cache service manager in worker construction.
2017-11-11 17:23:50 +08:00
wu-sheng
0c17906c3c
Fix compile issues.
2017-11-10 11:17:51 +08:00
wusheng
1db1a65fca
Support WayToNode for entry node.
2017-11-09 22:20:33 +08:00
peng-yongsheng
932dbbc7f7
JVM worker
2017-11-09 20:16:43 +08:00
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