Skip to content

Commit 4bf9183

Browse files
committed
Add customer impact
1 parent 15c0a41 commit 4bf9183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Maximum number of query arguments in a filter() function
246246

247247
* :strong:`Default limit value`: 1024
248248
* :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.
249-
* :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.
249+
* :strong:`Customer impact`: SignalFlow filters which are violating the limit can't run. You immediately get an error message.
250250

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

0 commit comments

Comments
 (0)