This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch screenshots in repository https://gitbox.apache.org/repos/asf/skywalking.git
commit c0b27b0adf05e09d03a265373e52a3cc2799e115 Author: Wu Sheng <[email protected]> AuthorDate: Sat Apr 27 19:07:22 2019 +0800 Show RocketBot new sceenshots. --- README.md | 20 +++++++++++--------- docs/Screenshots.md | 40 ---------------------------------------- 2 files changed, 11 insertions(+), 49 deletions(-) diff --git a/README.md b/README.md index 48f8f99..20d3162 100644 --- a/README.md +++ b/README.md @@ -61,17 +61,19 @@ Please follow the [REPORTING GUIDELINES](CODE_OF_CONDUCT.md#reporting-guidelines # Screenshot <table> <tr> - <td width="50%" align="center"><b>Under javaagent observing</b></td> - <td width="50%" align="center"><b>Observe on Istio</b></td> + <td width="100%" align="center" colspan="2"><b>Dashboard</b></td> </tr> <tr> - <td><img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Topology.png"/> -</td> - <td><img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Istio/Topology.png"/> -</td> - <tr> - <td align="center"><a href="docs/Screenshots.md#agent">More screenshots</a></td> - <td align="center"><a href="docs/Screenshots.md#istio">More screenshots</a></td> + <td><img src="http://skywalking.apache.org/screenshots/6.1.0/dashboard-1.png"/></td> + <td><img src="http://skywalking.apache.org/screenshots/6.1.0/dashboard-2.png"/></td> + </tr> + <tr> + <td width="50%" align="center"><b>Topology Map</b></td> + <td width="50%" align="center"><b>Trace</b></td> + </tr> + <tr> + <td><img src="http://skywalking.apache.org/screenshots/6.1.0/topology.png"/></td> + <td><img src="http://skywalking.apache.org/screenshots/6.1.0/trace.png"/></td> </tr> </table> diff --git a/docs/Screenshots.md b/docs/Screenshots.md deleted file mode 100644 index 829c332..0000000 --- a/docs/Screenshots.md +++ /dev/null @@ -1,40 +0,0 @@ -# Agent - -- Overview dashboard -<img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Dashboard.png"/> - -- Discovery topological graph of application clusters automatically. -<img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Topology.png"/> - -- Service overview -<img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/service.png"/> - -- Process(VM) metrics -<img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Service_instance_info.png"/> - -- Endpoint metrics -<img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/endpoint.png"/> - -- Trace -<img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/trace.png"/> - -<img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Trace-detail.png"/> - -- Alarm -<img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/service-alarm.png"/> - -# Istio -- Overview dashboard -<img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Istio/Dashboard.png"/> - -- Discovery topological graph of application clusters automatically. -<img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Istio/Topology.png"/> - -- Service overview -<img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Istio/Service.png"/> - -- Service instance metrics -<img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Istio/Service-instance-info.png"/> - -- Endpoint metrics -<img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Istio/endpoint.png"/>
