Go to file
吴晟 Wu Sheng cf72037f67
Merge pull request #697 from apache/fix/log-file-bug
Make sure the log config works.
2017-12-22 22:36:34 +08:00
.github Create ISSUE_TEMPLATE 2017-06-12 14:24:25 +08:00
apm-application-toolkit Update version to 5.0.0-alpha with `mvn versions:set -DnewVersion=5.0.0-alpha` 2017-12-15 10:40:23 +08:00
apm-collector Change network protocol for 5.0 2017-12-18 21:27:24 +08:00
apm-commons Support to set consume cycle. And invoke the existed callbacks when the message blocked at first time. 2017-12-20 14:30:15 +08:00
apm-network Change network protocol for 5.0 2017-12-18 21:27:24 +08:00
apm-sniffer Make sure the log config works. 2017-12-21 15:58:22 +08:00
ci-dependencies add resin plugin (#187) 2017-05-10 19:33:30 +08:00
docs Fix a class name. 2017-12-19 22:23:19 +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 Do the test report inside `mvn install`. 2017-11-23 19:43:07 +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
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 2017-12-17 09:37:31 +08:00
README.md List some container-based tech. 2017-12-16 00:15:56 +08:00
README_ZH.md List some container-based tech. 2017-12-16 00:15:56 +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 Update version to 5.0-2018-preview for new iteration. 2017-12-06 22:06:54 +08:00
pom.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

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.

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

Document

EN doc cn doc

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.