Skip to content

Commit ed9e936

Browse files
epalchenkoashvayka
authored andcommitted
Clarified configuration of the “Time window – Max values” parameter
1 parent 0e5d87f commit ed9e936

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_includes/docs/user-guide/dashboards.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,13 @@ You can edit the list of available aggregation functions. List the available agg
230230

231231
*Available only when Aggregation is None*:
232232

233+
{% if docsPrefix == null or docsPrefix == "pe/" %}
234+
- **Max values**: Limits the number of data points rendered in time-series widgets within the selected time window. For self-hosted installations, this limit is configurable via the DASHBOARD_MAX_DATAPOINTS_LIMIT [parameter](/docs/user-guide/install/{{docsPrefix}}config/#ui-settings-parameters){:target="_blank"}.
235+
{% endif %}
236+
237+
{% if docsPrefix == "paas/" or docsPrefix == "paas/eu/" %}
233238
- **Max values**: Limits the number of data points rendered in time-series widgets within the selected time window.
239+
{% endif %}
234240

235241
{% include images-gallery.html imageCollection="max-values" %}
236242

0 commit comments

Comments
 (0)