You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/02/24 14:16:07 UTC

[incubator-skywalking-website] branch master updated: Update 2018-12-12-skywalking-service-mesh-ready.md

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c648192  Update 2018-12-12-skywalking-service-mesh-ready.md
c648192 is described below

commit c648192f2fb2cb99b0660c10607141dccca912ea
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun Feb 24 22:16:03 2019 +0800

    Update 2018-12-12-skywalking-service-mesh-ready.md
---
 docs/blog/2018-12-12-skywalking-service-mesh-ready.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/blog/2018-12-12-skywalking-service-mesh-ready.md b/docs/blog/2018-12-12-skywalking-service-mesh-ready.md
index 4b99e76..74dccd8 100644
--- a/docs/blog/2018-12-12-skywalking-service-mesh-ready.md
+++ b/docs/blog/2018-12-12-skywalking-service-mesh-ready.md
@@ -11,7 +11,7 @@ Apache SkyWalking is an open, modern performance management tool for distributed
 
 SkyWalking has evolved into an Observability Analysis Platform that enables observation and monitoring of hundreds of services all at once. It promises solutions for some of the trickiest problems faced by system administrators using complex arrays of abundant services: Identifying why and where a request is slow, distinguishing normal from deviant system performance, comparing apples-to-apples metrics across apps regardless of programming language, and attaining a complete and meaningfu [...]
 
-<img width="700px" src="https://skywalkingtest.github.io/page-resources/6-alpha-overview.png"/>
+<img width="700px" src="http://skywalking.apache.org/assets/frame.jpeg"/>
 
 # SkyWalking History
 Launched in China by Wu Sheng in 2015, SkyWalking started as just a distributed tracing system, like Zipkin, but with auto instrumentation from a Java agent. This enabled JVM users to see distributed traces without any change to their source code. In the last two years, it has been used for research and production by more than [50 companies] (https://github.com/apache/incubator-skywalking/blob/master/docs/powered-by.md). With its expanded capabilities, we expect to see it adopted more globally.
@@ -23,7 +23,7 @@ Istio has picked up a lot of steam as the framework of choice for distributed se
 
 So now you can use Skywalking to get metrics and understand the topology of your applications. This works not just for Java, .NET and Node using our language agents, but also for microservices running under the Istio service mesh. You can get a full topology of both kinds of applications.
 
-<img width="700px" src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Topology.png"/>
+<img width="700px" src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Istio/Topology.png"/>
 
 ## Observability analysis platform
 With its roots in tracing, SkyWalking is now transitioning into an open-standards based **Observability Analysis Platform**, which means the following:
@@ -52,19 +52,19 @@ Some examples of SkyWalking’s UI:
 
 - Observe a Spring app using the SkyWalking JVM-agent
 
-<img width="700px" src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Topology.png">
+<img width="700px" src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Topology.png">
 
 - Observe on Istio without any agent, no matter what langugage the service is written in
 
-<img width="700px" src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Topology.png">
+<img width="700px" src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Istio/Topology.png">
 
 - See fine-grained metrics like request/Call per Minute, P99/95/90/75/50 latency, avg response time, heatmap
 
-<img width="700px"  src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Dashboard.png"/>
+<img width="700px"  src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Istio/Dashboard.png"/>
 
 - Service dependencies and metrics
 
-<img width="700px" src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Service.png"/>
+<img width="700px" src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Istio/Service.png"/>
 
 # Service Focused
 At Tetrate, we are focused on discovery, reliability, and security of your running services.