Go to file
吴晟 Wu Sheng 0018fe8ac2 Update README.md 2017-09-04 09:45:44 +08:00
.github Create ISSUE_TEMPLATE 2017-06-12 14:24:25 +08:00
apm-application-toolkit support trace annotation 2017-08-19 06:56:05 +08:00
apm-collector Fixed style check failure 2017-08-30 22:40:43 +08:00
apm-commons Support retry when use IF_POSSIBLE strategy. 2017-07-28 21:10:14 +08:00
apm-network add default span layer 2017-08-12 21:04:07 +08:00
apm-sniffer support netflix fegin plugin 2017-08-31 22:23:03 +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 chore(project): add the .gitignore file to project 2017-04-27 09:01:54 +08:00
.travis.yml Cobertura did not support java 8 lambda. 2017-08-01 15:57:19 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-06-15 10:11:23 +08:00
CONTRIBUTING.md Update CONTRIBUTING.md 2017-04-29 23:12:44 +08:00
LICENSE Update LICENSE 2017-04-17 23:06:42 +08:00
README.md Update README.md 2017-09-04 09:45:44 +08:00
README_ZH.md Create README_ZH.md 2017-08-25 10:53:29 +08:00
checkStyle.xml Change groupId and artifactId 2017-04-28 01:17:09 +08:00
codeStyle.xml Add “checkStyle.xml” and “codeStyle.xml” files, varify the code-style when “mvn compile” and CI. This is the initialized commit. 2017-04-18 12:02:21 +08:00
docker-compose.yml fix skywalking container start failure 2017-06-26 11:29:27 +08:00
pom.xml Cobertura did not support java 8 lambda. 2017-08-01 15:57:19 +08:00

README.md

Sky Walking | 中文

Sky Walking logo

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

Build Status Coverage Status license codebeat badge Join the chat at https://gitter.im/sky-walking/Lobby OpenTracing-1.0 Badge

  • Auto instrumentation by javaagent, 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, spanId into logs for log4j, log4j2 and logback.
  • Pure Java server implementation, provide RESTful and gRPC services. Compatibility with other language agents/SDKs.
    • How to uplink metrics and traces to collector?
  • The UI released on wu-sheng/sky-walking-ui

Contributors

In chronological order

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 Spring Cloud.

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

  • Trace query.

  • Span detail.

Test reports

Document

Chat with us on gitter, in English. As a Chinese Developer, you can join QQ Group: 392443393, by tagging Sky-Walking.