Go to file
wusheng 0d2ee9af4b fix more issue. change README.md to English. 2016-11-26 22:29:43 +08:00
QA 修改大量文档说明 2016-05-26 14:24:31 +08:00
ci-dependencies 修复oracle的编译问题 2016-06-14 18:28:39 +08:00
doc Merge branch 'master' of https://github.com/wu-sheng/sky-walking 2016-08-04 16:10:28 +08:00
samples 增加新的版本号 2.0-2016,准备下一版本迭代 2016-08-18 11:37:59 +08:00
skywalking-alarm 完成storage功能衔接 2016-11-12 18:47:34 +08:00
skywalking-commons on rebuild javaagent. 2016-11-26 18:53:25 +08:00
skywalking-network fix all compile issues of sniffer on using new network protocol. 2016-11-26 21:52:18 +08:00
skywalking-opentracing-kit 1. add skywalking-opentracing-kit module 2.add a network client 2016-11-26 17:15:07 +08:00
skywalking-sniffer fix more issue. change README.md to English. 2016-11-26 22:29:43 +08:00
skywalking-storage-center fix a test case compile issue. 2016-11-26 21:55:24 +08:00
skywalking-webui 提交logging工程以及完成zookeeper实现的注册中心,删除对protocol工程的依赖 2016-11-11 14:05:32 +08:00
test/skywalking-agent-test relocate module ‘skywalking-test-api’ to under module ‘skywalking-sniffer’ 2016-11-12 20:23:58 +08:00
.travis.yml confirm use jdk8 as compile jdk 2016-11-21 11:08:47 +08:00
BUILD_DOC.md 增加新的版本号 2.0-2016,准备下一版本迭代 2016-08-18 11:37:59 +08:00
CONFIG_DOC.md 原有的编译文档,被分解为编译和配置两个文档。 2016-06-09 22:28:53 +08:00
CONTRIBUTING.md Create CONTRIBUTING.md 2016-11-18 17:14:41 +08:00
LICENSE Update LICENSE 2016-05-26 17:03:11 +08:00
README.md fix more issue. change README.md to English. 2016-11-26 22:29:43 +08:00
pom.xml on rebuild javaagent. 2016-11-26 18:53:25 +08:00

README.md

Sky Walking

Sky Walking logo

SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, also known Distributed Tracer。

Join the chat at https://gitter.im/sky-walking/Lobby Build Status license

Abstract

Supported components

  • web container
    • Tomcat7
    • Tomcat8
  • database
    • mysql
    • oracle
    • h2
    • easily extend to support sybase, sqlserver, jtds, db2, informix
  • rpc framework
    • dubbo (tested 2.5.3)
    • dubbox (tested 2.8.4-dubbo protocol, 2.8.4-rest protocol)
    • httpClient 4.x
    • motan (tested 0.1.2)
  • cache
    • jedix 2.x

Contributors


OneAPM Open Source Achievement Award

In October 2016, Sky Walking won OneAPM Open Source Achievement Award. The award appreciates sky walking for its "contribution to popularization of APM technology".
OneAPM will provide financial support for the project in 2016-2017.

Thanks all users of sky walking project.


Discussion

Sky Walking TouTiao * Mail towu.sheng@foxmail.com * QQ Group392443393 * If you are using SkyWalking[Report to us](https://github.com/wu-sheng/sky-walking/issues/34) please. * **Developer Org of sky-walking** is https://github.com/skywalking-developer







整体架构图

2.0 架构图

典型页面展现 / Typical UI show

  • 支持浏览器Firefox/Chrome

实时调用链路

  • 实时链路追踪展现 追踪连路图1
  • 实时链路追踪详细信息查看 追踪连路图2
  • 实时链路追踪日志查看 追踪连路图3
  • 实时链路异常告警邮件 告警邮件
  • 添加应用 添加应用
  • 应用列表展现 应用列表展现

分析汇总

  • 分析结果查询根据viewpoint模糊匹配查询。查询方式为viewpoint: + 关键字 应用列表展现
  • 分析结果展现,通过分析结果查询页面点击进入 应用列表展现
  • 分析典型调用链展现 应用列表展现

v2.0-2016 Quick Start

Required of third party softwares

  • JDK 1.8
  • zookeeper 3.4.6
  • mysql
  • redis-3.0.5

instrument javaagent jdk version

  • support 1.6+ , instruments applications can run in jdk6

Download and deploy servers

  • Download Server release version. Download (.tar.gz)

run all servers in a Docker

  • Docker version is good quick-test.

deploy your own cluster

Download agent

Download

start application with -javaagent

java -jar ...  -javaagent:/..ospath../skywalking-agent-x.x.jar

Recent RoadMap

  • [In the schedule] v2.1-2017

    • release a version following OpenTracing.io
    • provide bridge mode lib to integrate data of system and tracer
    • provide English doc as default. Also provide Chinese version on Gitbook or Wiki
    • support log framework(log4j, log4j2, logback) to output traceid in system log.
  • [Dev] v2.0-2016

    • not dependency on Hadoop or HBase, easy to deploy or maintenance
    • support simple-cluster mode
    • support docker mode in single-server-instance
    • support more plugins
      • motan rpc framework (provided)