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 2023/02/15 22:54:10 UTC

[skywalking] branch master updated: Sync UI and add docs for Widget Static Link feature (#10394)

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.git


The following commit(s) were added to refs/heads/master by this push:
     new b6944ae28f Sync UI and add docs for Widget Static Link feature (#10394)
b6944ae28f is described below

commit b6944ae28f5a2661aea347085f02555724e20966
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Feb 16 06:53:52 2023 +0800

    Sync UI and add docs for Widget Static Link feature (#10394)
---
 docs/en/changes/changes.md | 1 +
 docs/en/ui/README.md       | 9 +++++++++
 2 files changed, 10 insertions(+)

diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index b30092bca4..ec75880627 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -123,6 +123,7 @@
 * Refactor: optimize side bar component to make it more friendly.
 * Fix: remove duplicate popup message for query result.
 * Add logo for HTTPX.
+* Refactor: optimize the attached events visualization in the trace widget.
 
 #### Documentation
 
diff --git a/docs/en/ui/README.md b/docs/en/ui/README.md
index 58dee08dcd..b058f4de1f 100644
--- a/docs/en/ui/README.md
+++ b/docs/en/ui/README.md
@@ -95,6 +95,15 @@ Define the following properties of the widget:
 Widget provides the ability to associate with other widgets to show axis pointer with tips for the same time point, in order to help users to understand
 the connectivity among metrics.
 
+### Widget Static Link
+On the right top of every widget on the dashboard, there is a `Generate Link` option, which could generate a static 
+link to represent this widget.
+By using this link, users could share this widget, or integrate it into any 3rd party iFrame to build a 
+network operations center(NOC) dashboard on the wall easily.
+About this link, there are several customizable options
+1. `Lock Query Duration`. Set the query duration manually. It is OFF by default. 
+2. `Auto Fresh` option is ON with 6s query period and last 30 mins time range. Query period and range are customizable.
+
 ## Settings
 
 Settings provide language, server time zone, and auto-fresh options. These settings are stored in the browser's local storage. Unless you clear them manually, those will not change.