80 lines
3.6 KiB
Markdown
80 lines
3.6 KiB
Markdown
Apache SkyWalking | [English](README.md)
|
||
==========
|
||
|
||
<img src="https://skywalkingtest.github.io/page-resources/3.0/skywalking.png" alt="Sky Walking logo" height="90px" align="right" />
|
||
|
||
**SkyWalking**: 针对分布式系统的APM(应用性能监控)系统,特别针对微服务、cloud native和容器化(Docker, Kubernetes, Mesos)架构,
|
||
其核心是个分布式追踪系统。
|
||
|
||
[](https://github.com/apache/incubator-skywalking)
|
||
[](https://twitter.com/AsfSkyWalking)
|
||
|
||
|
||
[](http://skywalking.apache.org/downloads/)
|
||
[](https://travis-ci.org/apache/incubator-skywalking)
|
||
[](https://gitter.im/openskywalking/Lobby)
|
||
[](http://opentracing.io)
|
||
|
||
|
||
- Java自动探针,**不需要修改应用程序源代码**.
|
||
- 高性能探针.
|
||
- [中间件,框架与类库支持列表](docs/Supported-list.md).
|
||
- 手动探针
|
||
- [使用OpenTracing手动探针API](http://opentracing.io/documentation/pages/supported-tracers)
|
||
- 使用 [**@Trace**](docs/cn/Application-toolkit-trace-CN.md) 标注追踪业务方法
|
||
- 将 traceId 集成到 log4j, log4j2 或 logback这些日志组件中
|
||
- 纯Java后端Collector实现,提供RESTful和gRPC接口。兼容接受其他语言探针发送数据
|
||
- [如何将探针的Metric和Trace数据上传到Collector?](/docs/cn/How-to-communicate-with-the-collector-CN.md)
|
||
|
||
# Document
|
||
[](docs/README.md) [](docs/README_ZH.md)
|
||
|
||
|
||
# 5.x Architecture
|
||
<img src="https://skywalkingtest.github.io/page-resources/5.0/architecture.png"/>
|
||
|
||
# code of conduct
|
||
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 wusheng@apache.org.
|
||
|
||
|
||
# Live Demo
|
||
- 北京服务器. [前往](http://49.4.12.44:8080/)
|
||
- 香港服务器. [前往](http://159.138.0.181:8080/)
|
||
|
||
# Screenshots
|
||
- 全局总揽
|
||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Dashboard.png"/>
|
||
|
||
- 拓扑图自动发现
|
||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Topology.png"/>
|
||
|
||
- 应用视图
|
||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Application.png"/>
|
||
|
||
- 应用服务器视图
|
||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/server.png"/>
|
||
|
||
- 服务视图
|
||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Service.png"/>
|
||
|
||
- 调用链
|
||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/trace.png"/>
|
||
|
||
- 告警
|
||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/application-alarm.png"/>
|
||
|
||
|
||
# Test reports
|
||
- 自动化集成测试报告
|
||
- [Java探针测试报告](https://github.com/SkywalkingTest/agent-integration-test-report)
|
||
- 性能测试报告
|
||
- [Java探针测试报告](https://skywalkingtest.github.io/Agent-Benchmarks/)
|
||
|
||
# Contact Us
|
||
* 直接提交Issue
|
||
* [Gitter](https://gitter.im/openskywalking/Lobby)
|
||
* QQ群: 392443393
|
||
|
||
# License
|
||
[Apache 2.0 License.](/LICENSE)
|