Go to file
wusheng fc9c2cf130 rename 2016-12-30 10:30:07 +08:00
ci-dependencies 修复oracle的编译问题 2016-06-14 18:28:39 +08:00
docs/resources rename 2016-12-30 10:30:07 +08:00
skywalking-alarm 修改pom,fix #76 2016-12-27 10:21:59 +08:00
skywalking-application-toolkit 修复部分问题 2016-12-27 16:19:19 +08:00
skywalking-commons 修改pom,fix #76 2016-12-27 10:21:59 +08:00
skywalking-network 修改pom,fix #76 2016-12-27 10:21:59 +08:00
skywalking-sniffer 修复部分问题 2016-12-27 16:15:17 +08:00
skywalking-storage-center 修改pom,fix #76 2016-12-27 10:21:59 +08:00
skywalking-webui 修改pom,fix #76 2016-12-27 10:21:59 +08:00
.travis.yml 1.remove webui useless demo. 2. solve webui compile issue. 3. remove old test case, waiting test scenario by docker tech. @ascrutae 2016-12-05 14:31:11 +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 wrong path. 2016-12-30 10:00:26 +08:00
_config.yml Set theme jekyll-theme-hacker 2016-12-30 09:48:46 +08:00
docker-compose.yml 修改pom,fix #76 2016-12-27 10:21:59 +08:00
pom.xml Merge remote-tracking branch 'origin/master' 2016-12-27 10:22:12 +08:00

README.md

Sky Walking

Sky Walking logo

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

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

Release Version Dev Version

Abstract

  • An open source Large-Scale Distributed Systems Tracing Infrastructure, also known a ditributed tracer.
  • Based on Google Dapper Paper: Dapper, a Large-Scale Distributed Systems Tracing Infrastructure, read Simplified Chinese Version
  • Support popular rpc frameworks, such as dubbo, dubbox, motan etc., trigger email-alert when application occurs unexpected exception.
  • Auto-instrumentation mechenism, no need to CHANGE any application source code.
  • Easy to deploy, even in product mode (since 2.0) . No need of Hadoop, HBase, or Cassandra Cluster.
  • Pure Java server implementation. provide gRPC (since 2.0) and HTTP (since 2.1) cross-platform spans collecting service.

Supported components

web container

  • Tomcat 7
  • Tomcat 8

database

  • mysql
  • oracle
  • h2
  • easily extend to support sybase, sqlserver, jtds, db2, informix

rpc framework

  • dubbo
  • dubbox
  • httpClient
  • motan

cache

  • jedis

Contributors

Chinese Articles about sky-walking and distributed tracer

Sky Walking TouTiao

If you are Chinese Developer, you can join QQ Group: 392443393, and Tagged Sky-Walking.


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.


Quick View

  • distributed tracer 追踪连路图1

追踪连路图2

追踪连路图3

  • alarm mail 告警邮件

Document