Go to file
wu-sheng 64d0660d21 Fix optional plugin javadoc 2018-02-26 16:49:52 +08:00
.github Add new GitHub template 2018-01-16 17:07:14 +08:00
apm-application-toolkit Fix all javadoc issues. 2018-02-26 15:47:19 +08:00
apm-collector Update assembly.xml 2018-02-18 12:22:56 -06:00
apm-commons Fixing javadoc. And try to trigger a ci fail in this commit, in order to make sure javadoc will be checked in further pull request. 2018-02-26 09:15:10 +08:00
apm-protocol Update submodule. 2018-02-23 16:51:14 +08:00
apm-sniffer Fix optional plugin javadoc 2018-02-26 16:49:52 +08:00
ci-dependencies Remove OJDBC and resin artifacts from ci-dependencies driectory as they as not Apache license compatible. 2018-01-12 11:10:34 +11:00
docs Fix all javadoc issues. 2018-02-26 15:47:19 +08:00
skywalking-ui@d4e49aa058 add UI as a submodule 2018-02-23 10:22:00 +08:00
.gitignore add rest mapping such as GetMapping 2017-10-08 18:29:52 +08:00
.gitmodules Add submodule links for protocol 2018-02-23 11:46:30 +08:00
.travis.yml Fix all javadoc issues. 2018-02-26 15:47:19 +08:00
CHECKSTYLE_HEAD Update package name to org.apache.skywalking 2017-12-10 16:32:39 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-06-15 10:11:23 +08:00
DISCLAIMER Create DISCLAIMER 2018-01-14 12:18:14 +08:00
HEADER Update package name to org.apache.skywalking 2017-12-10 16:32:39 +08:00
LICENSE Update LICENSE 2017-10-10 16:16:02 +08:00
NOTICE.txt Update NOTICE.txt 2018-01-14 10:07:06 +08:00
README.md Update README.md 2018-02-23 22:03:58 +08:00
README_ZH.md Update README_ZH.md 2018-02-23 22:06:31 +08:00
checkStyle.xml Do not use the propertie for checkstyle header file path that lead to the checkstyle plugin of IntelliJ idea not work. 2017-12-16 11:48:58 +08:00
codeStyle.xml Update copyright to Apache Foundation. 2017-12-09 23:38:32 +08:00
docker-compose.yml Fix the docker version is out of date 2018-02-08 21:49:09 +08:00
pom.xml Fixing javadoc. And try to trigger a ci fail in this commit, in order to make sure javadoc will be checked in further pull request. 2018-02-26 09:15:10 +08:00

README.md

Apache SkyWalking | 中文

Sky Walking logo

SkyWalking: APM (application performance monitor) tool for distributed systems, especially designed for microservices, cloud native and container-based (Docker, K8s, Mesos) architectures. Underlying technology is a distributed tracing system.

GitHub stars Twitter Follow

Build 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.

Document

EN doc cn doc

5.x Architecture

Code of conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to wusheng@apache.org.

Screenshots

  • Discovery topological graph of application clusters automatically.

  • Trace query.

  • Span detail.

  • Instance Overview.

  • JVM Detail.

  • Services Dependency Tree.

Test reports

Contact Us

  • Submit an issue
  • Gitter
  • QQ Group: 392443393

License

Apache 2.0 License.