Commit Graph

1515 Commits

Author SHA1 Message Date
吴晟 Wu Sheng 9b47b0c328 Merge pull request #105 from ascrutae/feature/3.0
fix tomcat cannot works issue
2017-03-14 06:11:06 +08:00
ascrutae 3bbf370d80 fix test case issue 2017-03-13 23:50:25 +08:00
ascrutae 894cc4fd16 fix tomcat cannot works issue 2017-03-13 23:45:25 +08:00
ascrutae 7d463fbdf7 Merge commit '533be469201216d303532203a6da26b02b6ec833' into feature/3.0
# Conflicts:
#	skywalking-sniffer/skywalking-sdk-plugin/jdbc-plugin/src/main/java/com/a/eye/skywalking/plugin/jdbc/CallableStatementTracing.java
#	skywalking-sniffer/skywalking-sdk-plugin/jdbc-plugin/src/main/java/com/a/eye/skywalking/plugin/jdbc/ConnectionTracing.java
#	skywalking-sniffer/skywalking-sdk-plugin/jdbc-plugin/src/main/java/com/a/eye/skywalking/plugin/jdbc/PreparedStatementTracing.java
#	skywalking-sniffer/skywalking-sdk-plugin/jdbc-plugin/src/main/java/com/a/eye/skywalking/plugin/jdbc/StatementTracing.java
2017-03-13 22:35:10 +08:00
ascrutae 533be46920 fix #103 2017-03-13 22:31:33 +08:00
wusheng fa187ca945 Add a new ability to ServiceStarter, about finding a started service instance. 2017-03-13 17:13:59 +08:00
wusheng f1d2aea35e Fix a test case failure issue. 2017-03-13 16:01:06 +08:00
wusheng 738d156495 Recover logging-api/logging-log4j2 modules. Adjust codes for new modules. 2017-03-13 15:57:51 +08:00
ascrutae d8d916a29b fix test failure issue 2017-03-11 16:34:15 +08:00
ascrutae e3e2591d33 fix operation name of jdbc plugin issue 2017-03-11 16:26:24 +08:00
ascrutae 765b15e026 fix tomcat span without peer host and peer port issue 2017-03-11 16:14:13 +08:00
吴晟 Wu Sheng 2fb18ebc4e Merge pull request #97 from wu-sheng/feature/collector
Add collector modules to 3.0
2017-03-10 23:10:52 +08:00
pengys5 bb4683f864 a test case compile error 2017-03-10 22:53:14 +08:00
pengys5 c2a1ef4d6d add ClusterEvent.UnreachableMember in WorkersListener to unregister from WorkersRefCenter 2017-03-10 22:35:52 +08:00
pengys5 fce707e722 Merge branch 'feature/collector' of https://github.com/wu-sheng/sky-walking into feature/collector 2017-03-10 11:53:23 +08:00
pengys5 813aef07c0 add timeslice abstract class 2017-03-10 11:52:47 +08:00
wusheng b29479fe33 fix span serialize bug. 2017-03-09 22:16:55 +08:00
pengys5 1061dd6418 add local analysis async layer 2017-03-09 11:05:26 +08:00
吴晟 Wu Sheng aa10ce7998 Merge pull request #98 from ascrutae/feature/3.0
fix issue
2017-03-08 21:56:44 +08:00
ascrutae 21696f132f fix http client plugin test failure issue 2017-03-08 21:31:29 +08:00
ascrutae c4b610982e fix java doc issue 2017-03-08 06:25:52 +08:00
pengys5 a941b0233d compile error 2017-03-07 15:47:13 +08:00
pengys5 c5b6b57f42 no message 2017-03-07 15:41:29 +08:00
pengys5 3ec54e3f91 add async member use Disruptor queue 2017-03-06 22:35:09 +08:00
wusheng 082bcbc21b Add two trace segment mock API. 1.Tomcat-> Dubbo 2.Dubbo -> MySQL 2017-03-05 23:43:25 +08:00
wusheng 52883b8f43 fix serialize/deserialize issue. 2017-03-05 21:10:51 +08:00
ascrutae 8c5b1e8cb8 fix issue 2017-03-04 23:12:55 +08:00
pengys5 39651af917 no message 2017-03-03 21:22:20 +08:00
pengys5 e3c98ed9a6 no message 2017-03-03 21:11:01 +08:00
pengys5 db1af49366 solve compile error 2017-03-03 21:01:13 +08:00
pengys5 2fa75f9bb5 Merge remote-tracking branch 'origin/feature/3.0' into feature/collector 2017-03-03 20:17:27 +08:00
pengys5 a6ca67f6bf main test 2017-03-03 20:14:29 +08:00
wusheng 507b6b06f3 Fix tag.get NullPointException 2017-03-03 16:24:31 +08:00
wusheng de6e680615 Fix NullPointException 2017-03-03 16:11:53 +08:00
pengys5 29fcbc04be collector worker finish, but not test 2017-03-02 23:09:05 +08:00
ascrutae d1f320a0e8 fix jedis cannot finish span issue 2017-03-02 18:54:54 +08:00
吴晟 Wu Sheng f0a91d4546 Merge pull request #96 from ascrutae/feature/3.0
fix context data cannot transport to provider side issue
2017-03-02 15:26:36 +08:00
ascrutae 7e701394fc fix test issue 2017-03-02 15:19:32 +08:00
ascrutae 223b4de2a4 fix context data cannot transport to provider side issue 2017-03-02 15:09:30 +08:00
wusheng bbdede77c9 no message 2017-03-02 14:48:24 +08:00
wusheng f2fb5ca9fa Add new extract method. 2017-03-02 14:46:51 +08:00
pengys5 c19158142e modify worker member 2017-03-02 12:37:53 +08:00
吴晟 Wu Sheng 0a7369b2ab Update README.md 2017-03-02 12:03:13 +08:00
wusheng 6dd4f47524 Merge branch 'feature/3.0' of https://github.com/wu-sheng/sky-walking into feature/3.0
* 'feature/3.0' of https://github.com/wu-sheng/sky-walking:
  fix compile issue
  fix operation name of redis span issue
  add test case and fix some issue
  add test case and fix some issue
2017-03-02 11:51:56 +08:00
wusheng 786f89f28e Create a new method about getTraceSegmentId 2017-03-02 11:51:43 +08:00
pengys5 34a8925430 support local worker and cluster worker 2017-03-02 10:26:09 +08:00
吴晟 Wu Sheng 24de5e75af Merge pull request #95 from ascrutae/feature/3.0
add test case and fix some issue
2017-03-02 08:08:18 +08:00
ascrutae 6ee093b196 fix compile issue 2017-03-02 07:59:23 +08:00
ascrutae e3aae0253d fix operation name of redis span issue 2017-03-02 07:31:22 +08:00
ascrutae 1f876948d2 add test case and fix some issue 2017-03-01 23:03:01 +08:00