Update readme.
This commit is contained in:
parent
8ca710f5b6
commit
e84f95ac26
13
README.md
13
README.md
|
|
@ -44,18 +44,21 @@ This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDU
|
|||
<img src="https://sky-walking.github.io/page-resources/3.2/architecture/3.2-architecture.jpg"/>
|
||||
|
||||
# Screenshots
|
||||
- Topological graph of application clusters based on Spring Cloud.
|
||||
<img src="https://sky-walking.github.io/page-resources/3.1/topological_graph.png?forceUpdate=0"/>
|
||||
|
||||
- Topological graph of application clusters based on dubbox and [motan](https://github.com/weibocom/motan).
|
||||
<img src="https://sky-walking.github.io/page-resources/3.1/topological_graph_test_project.png?forceUpdate=0"/>
|
||||
<img src="https://sky-walking.github.io/page-resources/3.2/topological_graph_test_project.png"/>
|
||||
|
||||
- Trace query.
|
||||
<img src="https://sky-walking.github.io/page-resources/3.1/trace_segment.png"/>
|
||||
<img src="https://sky-walking.github.io/page-resources/3.2/trace_segment.png"/>
|
||||
|
||||
- Span detail.
|
||||
<img src="https://sky-walking.github.io/page-resources/3.0/span.png" />
|
||||
|
||||
- Instance Overview.
|
||||
<img src="https://sky-walking.github.io/page-resources/3.2/instance_health.png"/>
|
||||
|
||||
- JVM detail.
|
||||
<img src="https://sky-walking.github.io/page-resources/3.2/instance_graph.png"/>
|
||||
|
||||
# Test reports
|
||||
- Automatic integration test reports
|
||||
- [Java Agent test report](https://github.com/sky-walking/agent-integration-test-report)
|
||||
|
|
|
|||
13
README_ZH.md
13
README_ZH.md
|
|
@ -46,18 +46,21 @@ This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDU
|
|||
<img src="https://sky-walking.github.io/page-resources/3.2/architecture/3.2-architecture.jpg"/>
|
||||
|
||||
# Screenshots
|
||||
- 追踪基于Spring Cloud的分布式系统,生成的拓扑截图
|
||||
<img src="https://sky-walking.github.io/page-resources/3.1/topological_graph.png?forceUpdate=0"/>
|
||||
|
||||
- 追踪基于 dubbox 和 [motan](https://github.com/weibocom/motan)的分布式系统,生成的拓扑截图
|
||||
<img src="https://sky-walking.github.io/page-resources/3.1/topological_graph_test_project.png?forceUpdate=0"/>
|
||||
<img src="https://sky-walking.github.io/page-resources/3.2/topological_graph_test_project.png?forceUpdate=0"/>
|
||||
|
||||
- 调用链查询
|
||||
<img src="https://sky-walking.github.io/page-resources/3.1/trace_segment.png"/>
|
||||
<img src="https://sky-walking.github.io/page-resources/3.2/trace_segment.png"/>
|
||||
|
||||
- Span信息查询
|
||||
<img src="https://sky-walking.github.io/page-resources/3.0/span.png" />
|
||||
|
||||
- 实例全局视图
|
||||
<img src="https://sky-walking.github.io/page-resources/3.2/instance_health.png"/>
|
||||
|
||||
- JVM明细信息
|
||||
<img src="https://sky-walking.github.io/page-resources/3.2/instance_graph.png"/>
|
||||
|
||||
# Test reports
|
||||
- 自动化集成测试报告
|
||||
- [Java探针测试报告](https://github.com/sky-walking/agent-integration-test-report)
|
||||
|
|
|
|||
Loading…
Reference in New Issue