Skip to content

Commit

Permalink
feat(dashboard): document persistent refresh rate
Browse files Browse the repository at this point in the history
related to OPT-5869
  • Loading branch information
megglos committed Jan 7, 2022
1 parent 6d8a565 commit 8b39db4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/components/optimize/userguide/creating-dashboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The edit mode allows you to configure the dashboard and adjust it to your needs,
- Save the current state with your applied changes
- Cancel changes you already applied to the dashboard
- Set filters available on the dashboard
- Set a default auto refresh rate to periodically update the Dashboard in [view mode](#view-mode)

![edit mode](./img/dashboard-dashboardEditActions.png)

Expand Down Expand Up @@ -74,7 +75,9 @@ Once you have defined what your dashboard should look like, the view mode provid

- Fullscreen: Display the dashboard in fullscreen and only see the essential information of your dashboard - the reports - and hide the header, control panel, and footer. While in fullscreen mode, you can click on the **Toggle Theme** button to switch between the default light theme and a dark theme.

- Auto-refresh: This feature periodically updates the dashboard with the latest data. You can decide how often the update should be performed by setting a time span reaching from 1 to 60 minutes. An animation indicates when the next update is occurring. If you do not wish to use that feature anymore, you can disable it anytime. Note that when refreshing the dashboard page manually or switching to another page in between, the auto-refresh must be enabled again.
- Auto-refresh: This feature periodically updates the dashboard with the latest data. You can decide how often the update should be performed by setting a time span reaching from 1 to 60 minutes. An animation indicates when the next update is occurring. If you do not wish to use that feature anymore, you can disable it anytime. <br />
Note: The refresh rate will not be saved unless it is selected in the [edit mode](#edit-mode) of the dashboard.
If it was selected in the view mode, the refresh rate will not be saved when refreshing the Dashboard page manually or switching to another page in between

![process performance overview](./img/dashboard-viewMode-monitorFeatures.png)

Expand Down

0 comments on commit 8b39db4

Please sign in to comment.