1.修改项目进展情况说明
This commit is contained in:
parent
18ac85a574
commit
893d1b4042
10
index.html
10
index.html
|
|
@ -50,8 +50,16 @@
|
|||
|
||||
<h3>
|
||||
<a id="sky-walking目前的进展情况" class="anchor" href="#sky-walking%E7%9B%AE%E5%89%8D%E7%9A%84%E8%BF%9B%E5%B1%95%E6%83%85%E5%86%B5" aria-hidden="true"><span class="octicon octicon-link"></span></a>Sky Walking目前的进展情况?</h3>
|
||||
<p><b>1.0-alpha2(on developing):</b><br/>
|
||||
1.支持链路的识别,分析归类,汇总调用次数、成功率、QPS等指标<br/>
|
||||
2.webui展现链路分析报告<br/>
|
||||
3.log4j和log4j2扩展,能在日志中快速展现tid</p>
|
||||
<p><b>1.0-alpha1(released):</b><br/>
|
||||
1.支持链路追踪、上下文传递、追踪日志持久化。<br/>
|
||||
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<br/>
|
||||
3.webui展现调用轨迹、耗时、状态等。<br/>
|
||||
4.支持异常调用的识别,并通过邮件告警<br/></p>
|
||||
|
||||
<p>正在开发1.0版本,进行内部的测试。我们尽力在最快的时间内,开放完整的应用程序。</p>
|
||||
|
||||
<footer class="site-footer">
|
||||
<span class="site-footer-owner"><a href="https://github.com/wu-sheng/sky-walking">Sky Walking</a> is maintained by <a href="https://github.com/wu-sheng">吴晟</a>,<a href="https://github.com/ascrutae">张鑫</a>,<a href="https://github.com/tanzhen84">谭真</a>.</span>
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ import com.ai.cloud.skywalking.plugin.jdbc.TracingDriver;
|
|||
public class XXXDBTracingDriver extends TracingDriver {
|
||||
static {
|
||||
try {
|
||||
DriverManager.registerDriver(new MySQLTracingDriver());
|
||||
DriverManager.registerDriver(new XXXDBTracingDriver());
|
||||
} catch (SQLException e) {
|
||||
throw new RuntimeException("register "
|
||||
+ MySQLTracingDriver.class.getName() + " driver failure.");
|
||||
|
|
|
|||
Loading…
Reference in New Issue