From 548f08d992758dcc3fd1651c364151ef3774fdfb Mon Sep 17 00:00:00 2001 From: Wu Sheng Date: Thu, 16 Feb 2023 00:07:21 +0800 Subject: [PATCH] Sync UI and add docs for Widget Static Link feature --- 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. -- GitLab