Go to file
peng-yongsheng 9b0b919f35 Break server manager module into two modules: grpc manager module and jetty manager module. 2017-10-29 14:11:02 +08:00
.github Create ISSUE_TEMPLATE 2017-06-12 14:24:25 +08:00
apm-application-toolkit Add copyright head in all java files and copyright head check style 2017-10-10 22:27:57 +08:00
apm-collector Break server manager module into two modules: grpc manager module and jetty manager module. 2017-10-29 14:11:02 +08:00
apm-collector-3.2.3 Provide new stage of module initialization. Named `notifyAfterCompleted`. And rename `init` stage to `start`. Now the initialization sequence is prepare -> start -> notifyAfterCompleted 2017-10-27 14:11:17 +08:00
apm-commons Adjust log APIs. 2017-10-18 16:46:56 +08:00
apm-network Merge branch 'master' into feature/grpc-support 2017-10-18 20:15:02 +08:00
apm-sniffer Plugin test must compile with jdk 1.6, so not allow to use lambda. 2017-10-24 23:54:08 +08:00
ci-dependencies add resin plugin (#187) 2017-05-10 19:33:30 +08:00
travis Push the collector docker image when sky-walking is tagged 2017-04-25 23:39:49 +08:00
.gitignore add rest mapping such as GetMapping 2017-10-08 18:29:52 +08:00
.travis.yml Update .travis.yml 2017-09-27 17:24:00 +08:00
ApacheCopyright Rename apache copyright file. 2017-10-11 21:54:10 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-06-15 10:11:23 +08:00
LICENSE Update LICENSE 2017-10-10 16:16:02 +08:00
README.md Update readme. 2017-10-20 23:33:36 +08:00
README_ZH.md Update readme. 2017-10-20 23:33:36 +08:00
checkStyle.xml add check header files path properties into main pom 2017-10-13 15:05:22 +08:00
codeStyle.xml Add copyright head in all java files and copyright head check style 2017-10-10 22:27:57 +08:00
docker-compose.yml Change version for next iteration. 2017-09-29 17:18:14 +08:00
java.header rename head check file name 2017-10-13 11:42:48 +08:00
pom.xml Merge and sync release version 2017-10-25 11:40:31 +08:00

README.md

Sky Walking | 中文

Sky Walking logo

SkyWalking 3: APM for Distributed Systems, also known Distributed Tracing System.

Build Status Coverage Status Join the chat at https://gitter.im/sky-walking/Lobby OpenTracing-1.x Badge

  • Provide Java agent, no need to CHANGE any application source code.
  • Manual instrumentation
    • As an OpenTracing supported tracer
    • Use @Trace annotation for any methods you want to trace.
    • Integrate traceId into logs for log4j, log4j2 and logback.
  • Pure Java server implementation, provide RESTful and gRPC services. Compatibility with other language agents/SDKs.
  • The UI released on skywalking-ui

Architecture

  • Architecture graph for 3.2+

Document

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to wu.sheng@foxmail.com.

Screenshots

  • Topological graph of application clusters based on dubbox and motan.

  • Trace query.

  • Span detail.

  • Instance Overview.

  • JVM Detail.

  • Services Dependency Tree.

Test reports

Contact Us

Open Skywalking Organization

Open Skywalking Organization Teams and Contributors

Partners

License

Apache 2.0 License.