Commit Graph

54 Commits

Author SHA1 Message Date
wusheng 37cc5a333e Alter ContextCarrier, add applicationCode and peerHost 2017-02-23 17:34:14 +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
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 bfa53127fb Fix opentracing-toolkit activation compile issue, and useless codes. 2017-02-21 16:00:28 +08:00
wusheng b69cd85149 fix compile issues 2017-02-21 09:38:02 +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
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
wusheng 431dd9b5fa increase test converage. 2017-02-19 10:56:15 +08:00
wusheng 47df503bad Refactor TracerContext.finish() 2017-02-19 08:50:38 +08:00
wusheng 7e640311ce Alter SPAN_KIND. Add test case to span. 2017-02-19 08:04:30 +08:00
wusheng a31ff52b3e Add severl types of span. 2017-02-19 07:39:58 +08:00
wusheng 51a60cd67f Add log event, and a sample to trace db.preparedStatement. 2017-02-19 00:19:49 +08:00
wusheng b83a56a224 Increase the converage to 86% lines, in skywalking-trace module. 2017-02-18 23:27:23 +08:00
wusheng fde3c60a1a Add get method to all ‘Tag’ classes. Begin to add test case. 2017-02-18 21:47:49 +08:00
wusheng a395340532 Add new TraceProcessQueue, and refactor more codes. 2017-02-18 00:05:19 +08:00
wusheng 2a660950cf Initialize TraceSegment, TraceSegmentRef, Span, Context, Carrier Class. 2017-02-17 17:14:59 +08:00
wusheng 001274037a Tags are supported. 2017-02-17 15:32:52 +08:00
wusheng 4958def7c4 Fix no-initialize of span. 2017-02-17 11:38:32 +08:00
wusheng db93acb84c Complete methods modifier. 2017-02-17 11:36:00 +08:00
wusheng 9b5cd7ac75 Release a prototype of Span 2017-02-17 11:32:40 +08:00
wusheng 1326f5452b 1.Remove all server side module. Prepare to use `AKKA` as new cluster engine.
2.Release the prototype of ‘TraceSegment’.
2017-02-17 10:31:01 +08:00
wusheng 5ba9b3bf4a update version for next iteration. 2017-02-09 13:54:07 +08:00
ascrutae 391584fc80 fix cannot deploy jar to remote repository issue 2017-02-09 10:59:02 +08:00
ascrutae ee65e0023d fix:#75 2017-01-13 15:24:33 +08:00
ascrutae cffa3e1d32 修复部分问题 2017-01-13 14:41:37 +08:00
ascrutae b91d681dca 修复部分问题 2017-01-13 11:39:30 +08:00
wusheng 39f597f1ec Fix the version issue. And remove the duplicate definition of ConfigInitializer. 2017-01-09 15:27:48 +08:00
wusheng f5de30b101 Add comments in “logging-api” module . 2017-01-09 09:59:04 +08:00
ascrutae 99fd385c9b 修改pom,fix #76 2016-12-27 10:21:59 +08:00
wusheng 8d484971c0 change version number to 2.1-2017, for the next iterator. 2016-12-19 17:38:10 +08:00
ascrutae 53f16f6c8b 修复部分问题 2016-12-14 14:48:41 +08:00
ascrutae 4eff915cea 修复部分问题 2016-12-13 18:47:10 +08:00
ascrutae fcf2b9e4b6 修复部分问题 2016-12-11 08:45:23 +08:00
ascrutae c0f6d20a37 注册中心添加stop功能 2016-12-07 16:51:06 +08:00
wusheng 293981f2a2 move NetUtils for refaction. 2016-12-06 16:55:47 +08:00
ascrutae f2e7a15f08 注册中心订阅改为增量下发,修复逻辑错误 2016-12-01 23:36:23 +08:00
ascrutae 192e8a29dd 提交Routing逻辑,修复注册中心bug 2016-11-30 11:10:11 +08:00
wusheng 8a7a6f04fc * avoid a RuntimeException from health report 2016-11-27 13:52:56 +08:00
wusheng c98b41b083 on rebuild javaagent. 2016-11-26 18:53:25 +08:00
ascrutae 203cf428c9 修复编译级别 2016-11-26 13:13:40 +08:00
ascrutae f723250d42 完成注册中心功能 2016-11-22 18:55:14 +08:00