Update screenshots. (#911)
This commit is contained in:
parent
72236acac1
commit
d516a7e497
30
README.md
30
README.md
|
|
@ -32,24 +32,32 @@ Underlying technology is a distributed tracing system.
|
|||
# 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
|
||||
Coming soon
|
||||
- Host in China. [goto]
|
||||
- Host in HK. [goto]
|
||||
|
||||
# Screenshots
|
||||
- Overview dashboard
|
||||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Dashboard.png"/>
|
||||
|
||||
- Discovery topological graph of application clusters automatically.
|
||||
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/topological_graph_test_project.png"/>
|
||||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Topology.png"/>
|
||||
|
||||
- Trace query.
|
||||
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/trace_segment.png"/>
|
||||
- Application overview
|
||||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Application.png"/>
|
||||
|
||||
- Span detail.
|
||||
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/span.png" />
|
||||
- Server metrics
|
||||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/server.png"/>
|
||||
|
||||
- Instance Overview.
|
||||
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/instance_health.png"/>
|
||||
- Service metrics
|
||||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Service.png"/>
|
||||
|
||||
- JVM Detail.
|
||||
<img src="https://skywalkingtest.github.io/page-resources/3.2/instance_graph.png"/>
|
||||
- Trace
|
||||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/trace.png"/>
|
||||
|
||||
- Services Dependency Tree.
|
||||
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/service_dependency_tree.png"/>
|
||||
- Alarm
|
||||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/application-alarm.png"/>
|
||||
|
||||
# Test reports
|
||||
- Automatic integration test reports
|
||||
|
|
|
|||
33
README_ZH.md
33
README_ZH.md
|
|
@ -34,24 +34,33 @@ Apache SkyWalking | [English](README.md)
|
|||
# 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
|
||||
近期更新
|
||||
- 中国服务器. [前往]
|
||||
- 香港服务器. [前往]
|
||||
|
||||
# Screenshots
|
||||
- 分布式系统拓扑图自动发现
|
||||
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/topological_graph_test_project.png?forceUpdate=0"/>
|
||||
- 全局总揽
|
||||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Dashboard.png"/>
|
||||
|
||||
- 调用链查询
|
||||
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/trace_segment.png"/>
|
||||
- 拓扑图自动发现
|
||||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Topology.png"/>
|
||||
|
||||
- Span信息查询
|
||||
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/span.png" />
|
||||
- 应用视图
|
||||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Application.png"/>
|
||||
|
||||
- 实例全局视图
|
||||
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/instance_health.png"/>
|
||||
- 应用服务器视图
|
||||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/server.png"/>
|
||||
|
||||
- JVM明细信息
|
||||
<img src="https://skywalkingtest.github.io/page-resources/3.2/instance_graph.png"/>
|
||||
- 服务视图
|
||||
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Service.png"/>
|
||||
|
||||
- 服务依赖树.
|
||||
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/service_dependency_tree.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
|
||||
|
|
|
|||
Loading…
Reference in New Issue