From 1ee9ce0a9cc46a9ad7d970b2bc9d271ff2abe260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Sun, 24 Oct 2021 20:29:22 +0800 Subject: [PATCH] Update doc about UI. (#7994) --- docs/en/ui/README.md | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/docs/en/ui/README.md b/docs/en/ui/README.md index cf71480beb..3da5523b5a 100644 --- a/docs/en/ui/README.md +++ b/docs/en/ui/README.md @@ -2,18 +2,9 @@ The SkyWalking official UI provides the default and powerful visualization capabilities for SkyWalking to observe distributed clusters. -Watch the latest introduction video on Youtube: + -[![RocketBot UI](https://img.youtube.com/vi/mfKaToAKl7k/0.jpg)](http://www.youtube.com/watch?v=mfKaToAKl7k) - -The SkyWalking dashboard includes these parts: - - - -1. **Feature Tab Selector Zone**. The key features are listed there. More details will be introduced below. -1. **Reload Zone**. It controls the reload mechanism, including the option to reload periodically or manually. -1. **Time Selector Zone**. It controls the timezone and time range, and comes with a Chinese/English language switch button. By default, the UI -uses the language setting of the browser. We also welcome translation contributions to extend our reach into more languages. +The right top has the setup zone. User could set time range, time zone, auto refresh and language from there. ## Dashboard The dashboard provides metrics of services, service instances, and endpoints. Here's a quick terminology guide on metrics: @@ -22,15 +13,8 @@ The dashboard provides metrics of services, service instances, and endpoints. He * **Response Time Percentile**: Includes `p99`, `p95`, `p90`, `p75`, and `p50`. See [percentile on Wiki](https://en.wikipedia.org/wiki/Percentile). * **SLA**: Represents the success rate. For HTTP, the response status code is default to 200. -The Service, Instance and Dashboard selectors can be reloaded manually, so it's not necessary to always reload the whole page. Note that the **Reload Zone** does not reload these selectors. - - - -Two default dashboards are provided to visualize the metrics of service and database. - - - -Click the `Lock` button on the left of the `Service/Instance/Endpoint Reload` button to customize your dashboard. +The UI would check the local dashboard settings with the OAP backend in every 3 days, once inconsistent detected, a notification +box would pop up asking for reload. ### Custom Dashboard Users may customize their dashboards. The default dashboards are provided in the default templates located in the `/ui-initialized-templates` folders.