From cac22834ff31adac529ea4dba53a25ecd43a1c29 Mon Sep 17 00:00:00 2001 From: wusheng Date: Tue, 11 Oct 2016 15:57:05 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=B8=8A=E4=BC=A02.0=E6=96=B0=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E6=9E=B6=E6=9E=84=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6895a9fd..b8020c485 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对
# 整体架构图 -![整体架构图](http://wu-sheng.github.io/sky-walking/sample-code/images/skywalkingClusterDeploy.jpeg) +![2.0 架构图](http://wu-sheng.github.io/sky-walking/sample-code/screenshoot/2.0-2016/SkyWalkingArch.jpg) # 典型页面展现 / Typical UI show * 支持浏览器:Firefox/Chrome From 67af274097726c89022f8920903cc2651d45096a Mon Sep 17 00:00:00 2001 From: wusheng Date: Wed, 12 Oct 2016 11:07:34 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= =?UTF-8?q?=EF=BC=8C=E7=A7=BB=E9=99=A4=E9=83=A8=E5=88=86=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b8020c485..f0dd5f52c 100644 --- a/README.md +++ b/README.md @@ -150,9 +150,8 @@ java -jar ... -javaagent:/..ospath../skywalking-agent-x.x-Final.jar # 源代码说明 * [网络传输协议、缓存文件协议说明. the protocols of transform between agent and collector, collector buffer file](doc/protocol.md) -* [追踪日志明细存储结构说明. the storage structure of tracking logs](skywalking-server/doc/hbase_table_desc.md) -# RoadMap +# Recent RoadMap * [Dev] v2.0-2016 * 移除对于Hadoop,HBase的依赖,降低部署和运维难度 * 使用内嵌式数据库,和分布式集群 @@ -176,5 +175,4 @@ java -jar ... -javaagent:/..ospath../skywalking-agent-x.x-Final.jar * v1.0-beta,将提供定时分析任务,部分分析页面展现功能。 * 预计:后续版本将在插件模式上有较大改变,计划针对java api的拦截和第三方拦截提供更小侵入性的方法。配置和拦截模式会发生相应变化。具体模式,参考v1.0-beta发布时的说明。 -* [Release] v1.0-alpha1 - * 第一个较稳定版本,正在进行内部测试,可测试使用。 \ No newline at end of file + [More...](https://github.com/wu-sheng/sky-walking/releases) \ No newline at end of file From bc6cdb3f7d650210e0d4af5de11dc01b0b746550 Mon Sep 17 00:00:00 2001 From: wusheng Date: Mon, 24 Oct 2016 10:51:16 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=BC=80=E5=A7=8B=E6=A0=B9=E6=8D=AEv2.0-20?= =?UTF-8?q?16=E7=89=88=E6=9C=AC=E8=A7=84=E5=88=92=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=EF=BC=8C=E8=B0=83=E6=95=B4=E6=BA=90=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f0dd5f52c..aadd69140 100644 --- a/README.md +++ b/README.md @@ -88,14 +88,12 @@ SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对 * 分析典型调用链展现 ![应用列表展现](http://wu-sheng.github.io/sky-walking/sample-code/screenshoot/1.0b/typicalAnalysisResult.png) -# Quick Start +# v2.0-2016 Quick Start ## 部署第三方软件 / Required of third party softwares - JDK 1.7 - zookeeper 3.4.6 -- apache hbase 1.1.2 - mysql -- tomcat 7 - redis-3.0.5 ## 插件支持的JDK / Supported jdk version