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 2020/12/12 09:16:56 UTC

[skywalking] branch ui-doc-update created (now fc5875a)

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

wusheng pushed a change to branch ui-doc-update
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at fc5875a  Update docs about the latest UI

This branch includes the following new commits:

     new fc5875a  Update docs about the latest UI

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: Update docs about the latest UI

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch ui-doc-update
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit fc5875a2f968dd4d0c2cee1477faa68b7f29d262
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Sat Dec 12 17:16:33 2020 +0800

    Update docs about the latest UI
---
 CHANGES.md           |  1 +
 docs/en/ui/README.md | 14 +++++++++++---
 skywalking-ui        |  2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index d893720..3bd66b5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -38,6 +38,7 @@ Release Notes.
 #### Documentation
 * Update the documents of backend fetcher and self observability about the latest configurations.
 * Add documents about the group name of service.
+* Update docs about the latest UI.
 
 All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/68?closed=1)
 
diff --git a/docs/en/ui/README.md b/docs/en/ui/README.md
index 1096b11..8e35a92 100644
--- a/docs/en/ui/README.md
+++ b/docs/en/ui/README.md
@@ -87,10 +87,12 @@ Check the entity named as `ui_template` in your storage.
 ## Topology
 Topology map shows the relationship among the services and instances with metrics.
 
-<img src="http://skywalking.apache.org/ui-doc/7.0.0/topology.png"/>
+<img src="http://skywalking.apache.org/ui-doc/8.4.0/topology.png"/>
 
 * Topology shows the default global topology including all services.
-* **Service Selector** supports to show direct relationships including upstream and downstream.
+* **Service Selector** provides 2 level selectors, service group list and service name list. The group name is separated from 
+the service name if it follows <group name>::<logic name> format. Topology map is available for single group, single service, 
+or global(include all services).
 * **Custom Group** provides the any sub topology capability of service group.
 * **Service Deep Dive** opens when you click any service. The honeycomb could do metrics, trace and alarm query of the selected service.
 * **Service Relationship Metrics** gives the metrics of service RPC interactions and instances of these two services.
@@ -102,7 +104,7 @@ Trace query is a typical feature as SkyWalking provided distributed agents.
 
 * **Trace Segment List** is not the trace list. Every trace has several segments belonging to different services. If  
 query by all services or by trace id, different segments with same trace id could be list there.
-* **Span** is clickable, the detail of each span will pop up at the left side.
+* **Span** is clickable, the detail of each span will pop up on the left side.
 * **Trace Views** provides 3 typical and different usage views to visualize the trace. 
 
 ## Profile
@@ -138,6 +140,12 @@ have been highlighted.
 ### Advanced features
 1. Since 7.1.0, the profiled trace collects the HTTP request parameters for Tomcat and SpringMVC Controller automatically.
 
+## Log
+Since 8.3.0, SkyWalking provides log query for the browser monitoring. Use [Apache SkyWalking Client JS](https://github.com/apache/skywalking-client-js)
+agent would collect metrics and error logs.
+
+<img src="http://skywalking.apache.org/ui-doc/8.3.0/log.png"/>
+
 ## Alarm
 Alarm page lists all triggered alarm. Read the backend setup documentation to know how to set up the alarm rule or integrate
 with 3rd party system.
diff --git a/skywalking-ui b/skywalking-ui
index dfedfae..76c7d02 160000
--- a/skywalking-ui
+++ b/skywalking-ui
@@ -1 +1 @@
-Subproject commit dfedfae78e5601253793854576b6ea52fb64110b
+Subproject commit 76c7d0204b2fae6a69d6154ccc052fe69a6cdf67