wusheng
b66c14d02b
Alter dependency.version
2017-02-25 10:59:33 +08:00
wusheng
03ad97fac0
Merge branch 'feature/3.0' into feature/collector
...
* feature/3.0:
Update grpc to 1.1.2
2017-02-25 10:36:34 +08:00
wusheng
209cc191bb
Update grpc to 1.1.2
2017-02-24 18:23:05 +08:00
wusheng
bbc29d8bae
Merge branch 'feature/3.0' into feature/collector
...
* feature/3.0:
Alter ContextCarrier, add applicationCode and peerHost
remove a test main.
Fix compile issue.
Add a new field, applicationCode, in TraceSegment.
Add a log field.
Fix ‘tags.get’ cause ClassCastException, because after akka-message/serialize, all tags values are type of String.class.
Fix serialize bugs.
Add ISerializable interface, and implement this interface in ‘TraceSegment’, ‘TraceSegmentRef’, ‘Span’, ‘LogData’
Add the trace proto file.
Fix some compile issues. Add protobuf dependency, and protoc-grpc-plugin.
Fix log-toolkits(log4j, log4j2, logback) compile issue.
Fix opentracing-toolkit activation compile issue, and useless codes.
# Conflicts:
# pom.xml
Give a new demo AbstractWorkerProviderTestCase.
2017-02-24 18:04:05 +08:00
pengys5
a6b6899b19
SpiTest
2017-02-24 17:53:45 +08:00
pengys5
1a4a137f45
collector cluster
2017-02-24 17:04:15 +08:00
zhangxin
9654b01c30
Fix compile issue.
2017-02-24 16:30:53 +08:00
zhangxin
b543fac778
Fix compile issue.
2017-02-24 15:05:48 +08:00
zhangxin
cea88f981d
Rewrite plugins by using new API
2017-02-24 15:01:38 +08:00
pengys5
dd5ce74328
actor provider
2017-02-23 22:15:15 +08:00
zhangxin
efe11cade6
Merge remote-tracking branch 'upstream/feature/3.0' into feature/3.0
2017-02-23 18:54:10 +08:00
wusheng
37cc5a333e
Alter ContextCarrier, add applicationCode and peerHost
2017-02-23 17:34:14 +08:00
wusheng
5902154ae6
remove a test main.
2017-02-23 14:53:45 +08:00
wusheng
a656eefcb8
Fix compile issue.
2017-02-23 14:53:08 +08:00
wusheng
a23538df38
Add a new field, applicationCode, in TraceSegment.
2017-02-23 14:13:32 +08:00
wusheng
3c44572d99
Add a log field.
2017-02-22 23:38:32 +08:00
zhangxin
5db289a21b
Modify the redis plugin using the new API
2017-02-22 23:19:17 +08:00
pengys5
c82ad2865c
config of system start
2017-02-22 22:12:31 +08:00
zhangxin
316c09b012
Modify the motan plugin using the new API
2017-02-22 21:47:36 +08:00
wusheng
b00cadb9e6
Fix ‘tags.get’ cause ClassCastException, because after akka-message/serialize, all tags values are type of String.class.
2017-02-22 18:58:03 +08:00
wusheng
d6760d35eb
Fix serialize bugs.
2017-02-22 17:05:35 +08:00
wusheng
886d6ea30e
Add ISerializable interface, and implement this interface in ‘TraceSegment’, ‘TraceSegmentRef’, ‘Span’, ‘LogData’
2017-02-22 16:12:28 +08:00
wusheng
554dfc0624
Add the trace proto file.
2017-02-22 14:32:50 +08:00
wusheng
eb33354333
Fix some compile issues. Add protobuf dependency, and protoc-grpc-plugin.
2017-02-22 12:02:18 +08:00
wusheng
4960fa801e
fix dependency version.
2017-02-21 23:41:57 +08:00
zhangxin
82ce2ad225
Modify the Tomcat plugin using the new API
2017-02-21 21:59:33 +08:00
wusheng
2906493478
Refactor code, still have some performance issues.
2017-02-21 18:02:29 +08:00
pengys5
4710a94cbe
Merge branch 'feature/collector' of https://github.com/wu-sheng/sky-walking into feature/collector
2017-02-21 17:32:54 +08:00
pengys5
18cc8620a2
actor manager
2017-02-21 17:32:25 +08:00
zhangxin
a86266b8d5
Modify the Dubbo plugin using the new API
2017-02-21 17:30:48 +08:00
Xin,Zhang
4581fde070
Merge pull request #1 from wu-sheng/feature/3.0
...
Feature/3.0
2017-02-21 16:45:42 +08:00
wusheng
f61008badc
Fix log-toolkits(log4j, log4j2, logback) compile issue.
2017-02-21 16:16:34 +08:00
wusheng
bfa53127fb
Fix opentracing-toolkit activation compile issue, and useless codes.
2017-02-21 16:00:28 +08:00
wusheng
3209726bd7
fix pom issue.
2017-02-21 10:47:44 +08:00
wusheng
be18fe2251
Merge branch 'feature/3.0' into feature/collector
...
* feature/3.0:
Add mock-module test cases.
fix compile issues
Add Tomcat span, and singleTrace mock.
Give a sample code of the first Mock trace.
Add skywalking-sniffer-mock module. For testing sdk-plugin and collector(not merged yet) modules.
Big refactor. Rename the api-module root package name .
remove blank line.
Refactor tags.
Take Adrian Cole ’s advice, remove http prefix of tag. Maybe still need some improvements.
Refactor code.
add delegate method
2017-02-21 10:26:14 +08:00
pengys5
c8b8b5b684
demo of trace cluster
2017-02-21 10:16:49 +08:00
wusheng
47871d1571
Add mock-module test cases.
2017-02-21 09:47:29 +08:00
wusheng
b69cd85149
fix compile issues
2017-02-21 09:38:02 +08:00
wusheng
96f6c5fad9
Add Tomcat span, and singleTrace mock.
2017-02-20 23:34:34 +08:00
wusheng
69877b80fd
Give a sample code of the first Mock trace.
2017-02-20 22:52:26 +08:00
wusheng
a4d2f23791
Add skywalking-sniffer-mock module. For testing sdk-plugin and collector(not merged yet) modules.
2017-02-20 22:34:47 +08:00
wusheng
75d8aba0f4
Big refactor. Rename the api-module root package name .
2017-02-20 21:54:08 +08:00
wusheng
22dba10bde
remove blank line.
2017-02-19 21:09:25 +08:00
pengys5
5397547ff1
test
2017-02-19 21:04:09 +08:00
wusheng
9a9014174d
Refactor tags.
2017-02-19 19:13:41 +08:00
wusheng
fc19ce8518
Take Adrian Cole ’s advice, remove http prefix of tag. Maybe still need some improvements.
2017-02-19 18:15:43 +08:00
wusheng
ebd745c728
Refactor code.
2017-02-19 17:47:25 +08:00
吴晟 Wu Sheng
6ac4b2d92d
Merge pull request #85 from ascrutae/feature/3.0-for-InjectOrExtract
...
add delegate methods of ContextManager to TracerContext
2017-02-19 16:29:44 +08:00
zhangxin
8a8d6e6bc7
add delegate method
2017-02-19 14:50:05 +08:00
wusheng
cfbf6889e8
Increase `context` package test line coverage to 97%
2017-02-19 13:03:59 +08:00