Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 15c0a41

Browse files
committed
Update correct limit and notes
1 parent 92aa044 commit 15c0a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin/references/system-limits/sys-limits-infra-details.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ Maximum SignalFlow programs per minute
244244
Maximum number of query arguments in a filter() function
245245
================================================================================
246246

247-
* :strong:`Default limit value`: 256
248-
* :strong:`Notes`: Limit to the number of query arguments in a SignalFlow filter
247+
* :strong:`Default limit value`: 1024
248+
* :strong:`Notes`: Limit to the number of query arguments in a SignalFlow filter. This limit includes global filters in dashboards as well as any internal filters.
249249
* :strong:`Customer impact`: Maximum number of derived MTS per SignalFlow program, where derived MTS are temporary MTS that a SignalFlow function or method has to maintain in memory. For example, if there are 20,000 MTS for the metric ``jvm.load``, and each MTS comes from a unique host , then ``"data('jvm.load').sum(by=['host']).publish()"`` tracks 40,000 derived MTS. The ``data()`` function uses 20,000, and the ``sum()`` uses another 20,000. The number of input MTS is still 20,000.
250250

251251
.. _maximum-number-of-detectors-per-org:

0 commit comments

Comments
 (0)