This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
commit a08339bebdfafc85c1c10aa5bf98edb74975d773 Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Sat Nov 3 21:36:03 2018 +0800 Update README.md --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 566d53e..c781706 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,21 @@ Please report unacceptable behavior to [email protected] . - Password: admin # Screenshot -<img src="https://skywalkingtest.github.io/page-resources/5.0.0-beta2/Dashboard.png"/> - - -- [See all screenshots](/docs/Screenshots.md) +<table> + <tr> + <td width="50%" align="center"><b>Under javaagent observing</b></td> + <td width="50%" align="center"><b>Observe on Istio</b></td> + </tr> + <tr> + <td><img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Topology.png"/> +</td> + <td><img src="https://skywalkingtest.github.io/page-resources/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> + </tr> +</table> # Compiling project Follow this [document](docs/en/guides/How-to-build.md).
