1.更新新的主页样式和介绍材料
This commit is contained in:
parent
2917b4ce8a
commit
1338827bc4
Binary file not shown.
|
After Width: | Height: | Size: 321 KiB |
27
index.html
27
index.html
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Sky-walking by wu-sheng</title>
|
||||
<title>Sky Walking</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
||||
|
|
@ -10,8 +10,8 @@
|
|||
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
|
||||
</head>
|
||||
<body>
|
||||
<section class="page-header">
|
||||
<h1 class="project-name">Sky-walking</h1>
|
||||
<section class="page-header" style="background-image: url(images/backgroud.png);">
|
||||
<h1 class="project-name">Sky Walking</h1>
|
||||
<h2 class="project-tagline">Distributed Application Tracing System</h2>
|
||||
<a href="https://github.com/wu-sheng/sky-walking" class="btn">View on GitHub</a>
|
||||
<a href="https://github.com/wu-sheng/sky-walking/zipball/master" class="btn">Download .zip</a>
|
||||
|
|
@ -27,19 +27,20 @@
|
|||
<h3>
|
||||
<a id="为什么需要sky-walking" class="anchor" href="#%E4%B8%BA%E4%BB%80%E4%B9%88%E9%9C%80%E8%A6%81sky-walking" aria-hidden="true"><span class="octicon octicon-link"></span></a>为什么需要Sky Walking?</h3>
|
||||
|
||||
<p>目前主流的应用系统或者互联网系统,都是由各种不同职责的系统构成的大规模集群,通过分布式调用的模式,支持前台系统。系统间关系复杂,无法预先设计与规划。调用链路繁多,通过日志分析难度很大。
|
||||
<p>目前主流的应用系统或者互联网系统,都是由各种不同职责的系统构成的大规模集群,通过分布式调用的模式,支持前台系统。系统间关系复杂,无法预先设计与规划。调用链路繁多,通过日志分析难度很大。<br/>
|
||||
<br/>
|
||||
从Google发表自己的Drapper分布式追踪系统的论文发表以来,wiki、淘宝、京东等各家国内外大型互联网公司,都研发了自己的全链路追踪系统。可见此系统在离散的分布式集群中的重要作用。</p>
|
||||
|
||||
<h3>
|
||||
<a id="sky-walking支持追踪哪些调用" class="anchor" href="#sky-walking%E6%94%AF%E6%8C%81%E8%BF%BD%E8%B8%AA%E5%93%AA%E4%BA%9B%E8%B0%83%E7%94%A8" aria-hidden="true"><span class="octicon octicon-link"></span></a>Sky Walking支持追踪哪些调用?</h3>
|
||||
|
||||
<p>Sky Walking已开放底层API的方式,支持对java程序的本地调用、远程调用(同步/异步)、多线程运行的追踪监控
|
||||
为了方便使用,计划在初期,开发以下常用的插件,更方便的进行追踪监控
|
||||
1.web调用
|
||||
2.jdbc调用
|
||||
3.dubbox
|
||||
4.Spring本地方法调用
|
||||
5.公司内部封装的内部服务
|
||||
<p>Sky Walking已开放底层API的方式,支持对java程序的本地调用、远程调用(同步/异步)、多线程运行的追踪监控<br/>
|
||||
为了方便使用,计划在初期,开发以下常用的插件,更方便的进行追踪监控<br/>
|
||||
1.web调用<br/>
|
||||
2.jdbc调用<br/>
|
||||
3.dubbox<br/>
|
||||
4.Spring本地方法调用<br/>
|
||||
5.公司内部封装的内部服务<br/>
|
||||
6.应用可自行封装的各种调用</p>
|
||||
|
||||
<h3>
|
||||
|
|
@ -48,9 +49,7 @@
|
|||
<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">wu-sheng</a>.</span>
|
||||
|
||||
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
|
||||
<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>.</span>
|
||||
</footer>
|
||||
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in New Issue