# sky-walking
**Repository Path**: geercode/sky-walking
## Basic Information
- **Project Name**: sky-walking
- **Description**: SkyWalking 3: 针对分布式系统的APM系统,也被称为分布式追踪系统,中国知名度最高的自动探针Java APM项目
- **Primary Language**: Java
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: http://skywalking.org/
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 719
- **Created**: 2017-10-02
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Sky Walking | [中文](README_ZH.md)
==========
**SkyWalking 3**: APM for Distributed Systems, also known Distributed Tracing System.
[](https://travis-ci.org/wu-sheng/sky-walking)
[](https://coveralls.io/github/wu-sheng/sky-walking?branch=master)

[](https://codebeat.co/projects/github-com-wu-sheng-sky-walking)
[](https://gitter.im/sky-walking/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](http://opentracing.io)
* Auto instrumentation by javaagent, **no need to CHANGE any application source code**.
* High performance agent. Only increase extra **10%** cpu cost in 5000+ tps application, even **do not need to use sampling mechanism**, [check test reports](#test-reports).
* [Supported middlewares, frameworks and libraries](https://github.com/wu-sheng/sky-walking/wiki/3.2-supported-list).
* Manual instrumentation
* As an [OpenTracing supported tracer](http://opentracing.io/documentation/pages/supported-tracers)
* 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.
* [How to uplink metrics and traces to collector?]()
* The UI released on [wu-sheng/sky-walking-ui](https://github.com/wu-sheng/sky-walking-ui)
# Architecture
* Architecture graph for 3.2+
# Document
* [WIKI](https://github.com/wu-sheng/sky-walking/wiki)
# PMC - Project Management Committee
* 吴晟 [@wu-sheng](https://github.com/wu-sheng)
* 张鑫 [@ascrutae](https://github.com/ascrutae)
* 彭勇升 [@peng-yongsheng](https://github.com/peng-yongsheng) R&D director,Tydic
# Committer
* 柏杨 [@bai-yang](https://github.com/bai-yang) Senior Engineer, Alibaba Group.
# Contributors
* [Contributors List](https://github.com/wu-sheng/sky-walking/graphs/contributors)
* Special thanks to the contributors: 徐妍[@TastySummer](https://github.com/TastySummer) and 戴文, you offer huge helps for this project.
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). 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](https://github.com/weibocom/motan).
- Trace query.
- Span detail.
- Instance Overview.
- JVM Detail.
- Services Dependency Tree.
# Test reports
- Automatic integration test reports
- [Java Agent test report](https://github.com/sky-walking/agent-integration-test-report)
- Performance test reports
- [Java Agent test report](https://sky-walking.github.io/Agent-Benchmarks/)
# Contact Us
* Submit an issue
* [Gitter](https://gitter.im/sky-walking/Lobby)
* [Google Mailing List](https://groups.google.com/forum/#!forum/skywalking-distributed-tracing-and-apm)
* QQ Group: 392443393
# Commercial Support Partners
[](https://www.shurenyun.com/)
# License
By contributing your code, you agree to license your contribution under the terms of the [sky-walking license](/LICENSE).