This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch config-fix in repository https://gitbox.apache.org/repos/asf/skywalking.git
commit 6fb3f53818f8705e113d2719b507172744e61bc2 Author: Wu Sheng <[email protected]> AuthorDate: Thu Jun 11 10:03:47 2020 +0800 Fix a wrong config and update the youtube video. --- README.md | 2 +- docs/en/ui/README.md | 9 ++++----- .../src/main/resources/ui-initialized-templates.yml | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d1e95b5..dd194ad 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Host in Beijing. Go to [demo](http://122.112.182.72:8080). **Video on youtube.com** -[](http://www.youtube.com/watch?v=JC-Anlshqx8) +[](http://www.youtube.com/watch?v=mfKaToAKl7k) # Screenshot diff --git a/docs/en/ui/README.md b/docs/en/ui/README.md index c46e2a8..2693f7e 100644 --- a/docs/en/ui/README.md +++ b/docs/en/ui/README.md @@ -2,6 +2,10 @@ SkyWalking official UI provides the default and powerful visualization capabilities for SkyWalking observing distributed cluster. +The latest introduction video could be found on the Youtube + +[](http://www.youtube.com/watch?v=mfKaToAKl7k) + SkyWalking dashboard includes the following part. <img src="http://skywalking.apache.org/ui-doc/7.0.0/dashboard.png"/> @@ -86,8 +90,3 @@ have been highlighted. ## 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. - -## Metric Comparison -Metric Comparison is an performance analysis tool. It provides the metrics comparison between different entities or different -metrics without the dashboard visualization limits. If you suspect any relation performance impact, could use this tool -to find out whether the metrics pattern matched. \ No newline at end of file diff --git a/oap-server/server-bootstrap/src/main/resources/ui-initialized-templates.yml b/oap-server/server-bootstrap/src/main/resources/ui-initialized-templates.yml index 8163ccd..f1c5e1f 100644 --- a/oap-server/server-bootstrap/src/main/resources/ui-initialized-templates.yml +++ b/oap-server/server-bootstrap/src/main/resources/ui-initialized-templates.yml @@ -289,7 +289,7 @@ templates: "entityType": "ServiceInstance", "independentSelector": false, "metricType": "REGULAR_VALUE", - "metricName": "service_instance_resp_time", + "metricName": "service_instance_sla", "queryMetricType": "readMetricsValues", "chartType": "ChartLine", "unit": "%",
