From 893d1b4042a0df1dbddd3422a7fd45d46aa6ae96 Mon Sep 17 00:00:00 2001 From: wusheng Date: Tue, 5 Jan 2016 15:31:19 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E8=BF=9B?= =?UTF-8?q?=E5=B1=95=E6=83=85=E5=86=B5=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 10 +++++++++- sample-code/codeView.html | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 623c6f91c..644d700d4 100644 --- a/index.html +++ b/index.html @@ -50,8 +50,16 @@

Sky Walking目前的进展情况?

+

1.0-alpha2(on developing):
+     1.支持链路的识别,分析归类,汇总调用次数、成功率、QPS等指标
+     2.webui展现链路分析报告
+     3.log4j和log4j2扩展,能在日志中快速展现tid

+

1.0-alpha1(released):
+     1.支持链路追踪、上下文传递、追踪日志持久化。
+     2.追踪插件支持web filter, JDBC(MySQL Driver, other driver extend api), dubbo, dubbox(2.8.4/below 2.8.3), apache httpclient(4.2/4.3), spring context
+     3.webui展现调用轨迹、耗时、状态等。
+     4.支持异常调用的识别,并通过邮件告警

-

正在开发1.0版本,进行内部的测试。我们尽力在最快的时间内,开放完整的应用程序。