tree: 6103892e05142a6404a7b76ed5e795810790ca7e [path history] [tgz]
  1. .github/
  2. .mvn/
  3. apm-application-toolkit/
  4. apm-checkstyle/
  5. apm-collector/
  6. apm-commons/
  7. apm-dist/
  8. apm-protocol/
  9. apm-sniffer/
  10. apm-webapp/
  11. docs/
  12. licenses/
  13. tools/
  14. .gitignore
  15. .gitmodules
  16. .travis.yml
  17. CHANGES.md
  18. CODE_OF_CONDUCT.md
  19. codeStyle.xml
  20. CONTRIBUTING.md
  21. DISCLAIMER
  22. HEADER
  23. LICENSE
  24. mvnw
  25. mvnw.cmd
  26. NOTICE
  27. pom.xml
  28. README.md
  29. README_ZH.md
README.md

Apache SkyWalking

SkyWalking: APM (application performance monitor) tool for distributed systems, especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.

GitHub stars Twitter Follow

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

Abstract

SkyWalking started as a distributed tracing system in 2015. From 5.x, it evolved to the fully functional Application Performance Management system. It is used for tracing, monitoring, diagnose distributed systems, especially based on microservices, cloud native and container, including:

  • Distributed tracing and context propagation
  • Application, instance, service metrics analysis
  • Root cause analysis
  • Application topology map analysis
  • Application and service dependency analysis
  • Slow service detected
  • Performance optimization

Core features

  • Multiple languages instrumentation agent or libraries
    • Native Java auto instrumentation agent. Trace and monitor your cluster without changing any source codes
    • Community instrumentation agent or libraries
  • Multiple storage backends: ElasticSearch, H2
  • OpenTracing compatible
    • Native Java auto instrumentation agent could work with OpenTracing APIs in the same context
  • Lightweight and powerful backend aggregation and analysis capabilities
  • Modern and cool Web UI
  • Log integration
  • Alarm for slow or unstable(low SLA) application, instance and service
  • [Incubating] Support accepting other tracer data formats.

Announcement

Most of project committers are working on 6.x development iteration in master branch now. See 6.x documents to understand more.

Document

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.

Live Demo

  • Host in Beijing. goto
    • Username: admin
    • Password: admin

Screenshot

Compiling project

Follow this document.

Contact Us

Users

License

Apache 2.0 License.