Skip to content

Commit 443d3c2

Browse files
corryrootzach-carr
authored andcommitted
(DOCSP-27185): Updated the max data age details for embedded dashboards and charts.
1 parent 4fb2cd0 commit 443d3c2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

source/embedded-chart-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,9 @@ a variety of options. Options are available to charts embedded with the
296296
Considerations
297297
~~~~~~~~~~~~~~
298298

299-
- The minimum cache duration is 10 seconds. If ``autoRefresh``
299+
- The minimum cache duration is 60 seconds. If ``autoRefresh``
300300
is ``true`` and you specify a ``maxDataAge`` value less than
301-
10, the chart refreshes every 10 seconds.
301+
60, the chart refreshes every 60 seconds.
302302

303303
- If you specify an ``maxDataAge`` value which is not an
304304
integer or less than ``-1``, an :ref:`error

source/embedded-dashboard-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,9 @@ dashboards embedded with the :ref:`Embedding SDK
291291
Considerations
292292
~~~~~~~~~~~~~~
293293

294-
- The minimum cache duration is 10 seconds. If ``autoRefresh``
294+
- The minimum cache duration is 60 seconds. If ``autoRefresh``
295295
is ``true`` and you specify a ``maxDataAge`` value that is
296-
less than ``10``, the dashboard refreshes every ``10``
296+
less than ``60``, the dashboard refreshes every ``60``
297297
seconds.
298298

299299
- If you specify a ``maxDataAge`` value that isn't an

source/includes/autorefresh-maxdataage-values.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
or dashboard using this data.
6464

6565
* - ``true``
66-
- Number greater than or equal to ``10``
66+
- Number greater than or equal to ``60``
6767
- The chart or dashboard automatically refreshes at the
6868
``maxDataAge`` interval you specify, in seconds.
6969

@@ -77,15 +77,15 @@
7777
dashboard using this data.
7878

7979
* - ``true``
80-
- Number less than ``10``
80+
- Number less than ``60``
8181
- The chart or dashboard automatically refreshes at the minimum
82-
period of 10 seconds.
82+
period of 60 seconds.
8383

8484
When you initially load, manually refresh, or automatically
8585
refresh the chart or dashboard, |charts| renders the chart or
8686
dashboard with data from the cache if the age of the data is
87-
less than the minimum ``maxDataAge`` value of 10 seconds. If
88-
the age of the data data from the cache is older than 10
87+
less than the minimum ``maxDataAge`` value of 60 seconds. If
88+
the age of the data data from the cache is older than 60
8989
seconds, |charts-short| queries the data source for the latest
9090
data, refreshes the cache, and renders the chart or dashboard
9191
using this data.

0 commit comments

Comments
 (0)