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/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new e74bb56  Update image graph link.
e74bb56 is described below

commit e74bb56b0022b9ba5b7aa9b7f93c09d3d3fd9e84
Author: Wu Sheng <[email protected]>
AuthorDate: Thu Aug 13 08:03:08 2020 +0800

    Update image graph link.
---
 .../endpoint-dependency-v8.png                         | Bin 0 -> 397801 bytes
 .../2020-08-11-observability-at-scale/topology-v8.png  | Bin 0 -> 577557 bytes
 docs/blog/2020-08-11-observability-at-scale.md         |   4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/.vuepress/public/static/blog/2020-08-11-observability-at-scale/endpoint-dependency-v8.png
 
b/docs/.vuepress/public/static/blog/2020-08-11-observability-at-scale/endpoint-dependency-v8.png
new file mode 100644
index 0000000..f7297f1
Binary files /dev/null and 
b/docs/.vuepress/public/static/blog/2020-08-11-observability-at-scale/endpoint-dependency-v8.png
 differ
diff --git 
a/docs/.vuepress/public/static/blog/2020-08-11-observability-at-scale/topology-v8.png
 
b/docs/.vuepress/public/static/blog/2020-08-11-observability-at-scale/topology-v8.png
new file mode 100644
index 0000000..d311245
Binary files /dev/null and 
b/docs/.vuepress/public/static/blog/2020-08-11-observability-at-scale/topology-v8.png
 differ
diff --git a/docs/blog/2020-08-11-observability-at-scale.md 
b/docs/blog/2020-08-11-observability-at-scale.md
index 98d8554..f788076 100644
--- a/docs/blog/2020-08-11-observability-at-scale.md
+++ b/docs/blog/2020-08-11-observability-at-scale.md
@@ -30,11 +30,11 @@ Metrics rely on mathematical theories and calculations. 
Percentile is a good mea
 
 The service topology map is required from Ops and SRE teams for the NOC 
dashboard and confirmation of system data flow. SkyWalking uses the [STAM 
(Streaming Topology Analysis Method)](https://wu-sheng.github.io/STAM/) to 
analyze topology from the traces, or based on ALS (Envoy Access Log Service) in 
the service mesh environment. This topology and metrics of nodes (services) and 
lines (service relationships) can't be pulled from simple metrics SDKs.
 
-![SkyWalkingTopology](https://lh5.googleusercontent.com/mmEhxSqUQOzFPWNWNkGEzML0g9b72TgbKbNJexNe-Ok1jC66LUq-g5jdOQe3MKd_a0DT5fud6_NtqGdOSTus-y4rQ3aoBOp44wRmofN6IEnvegZy3sahOLghn37W55ybQWgyayVq)
+![](../.vuepress/public/static/blog/2020-08-11-observability-at-scale/topology-v8.png)
 
 As with fixing the limitation of endpoint metrics collection, SkyWalking needs 
to do endpoint dependency analysis from trace data too. Endpoint dependency 
analysis provides more important and specific information, including upstream 
and downstream. Those dependency relationships and metrics help the developer 
team to locate the boundaries of a performance issue, to specific code blocks.
 
-![SkyWalking endpoint 
dependencies](https://lh5.googleusercontent.com/ApgzsVgNsm4uddS_jCl_MegQefY8Ea3q5cmt1pphjy7bJ7SpKOWkE7IGOVD5TErTcdlzo3AadJPUaeeuLH6K_p7ZjzSrIRJb7AcNXd6b_8eQwchHD0-yzFkdG0blEPteInG61Tu8)
+![](../.vuepress/public/static/blog/2020-08-11-observability-at-scale/endpoint-dependency-v8.png)
 
 ### **Pre-calculation vs. query stage calculation?** 
 

Reply via email to