release application-toolkit-opentracing
1 file changed
tree: b55f7737336db6c271985cb24f4fe4f2e73e6452
  1. ci-dependencies/
  2. docs/
  3. skywalking-alarm/
  4. skywalking-application-toolkit/
  5. skywalking-commons/
  6. skywalking-network/
  7. skywalking-sniffer/
  8. skywalking-storage-center/
  9. skywalking-webui/
  10. .travis.yml
  11. _config.yml
  12. CONTRIBUTING.md
  13. docker-compose.yml
  14. LICENSE
  15. pom.xml
  16. README.md
README.md

Sky Walking

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 OpenTracing-1.0 Badge Release 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 containers

  • Tomcat 7
  • Tomcat 8

databases

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

rpc frameworks

  • dubbo
  • dubbox
  • httpClient
  • motan

cache

  • jedis

opentracing supported frameworks

  • motan
  • hprose-java

Contributors

Chinese Articles about sky-walking and distributed tracer

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


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 trace

追踪连路图1

追踪连路图2

追踪连路图3

  • alarm mail

告警邮件

Document