From 1709adccffd9c6560ca01a0610942de93da6d705 Mon Sep 17 00:00:00 2001
From: mmihaylovam <85890011+mmihaylovam@users.noreply.github.com>
Date: Thu, 19 Oct 2023 21:52:44 +0300
Subject: [PATCH] tech review
---
pages/doc/ts_limit.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/pages/doc/ts_limit.md b/pages/doc/ts_limit.md
index f75b6efcd..5f9516c12 100644
--- a/pages/doc/ts_limit.md
+++ b/pages/doc/ts_limit.md
@@ -19,9 +19,7 @@ The `limit()` function shows only a specified number of items. You can use `limi
{% include important.html content="It's not recommended to use the `limit()` function, because it selects randomly from all time series and does not perform a query over all data followed by filtering. It is possible that the `limit()` function returns NO DATA or that it results in incorrect reporting because the function examines the underlying time series and not the actual reporting in time.
-For example, the result of a query might be NO DATA even if some time series report data because the (randomly) selected time series have no data or because time series that the query looks at are not what you expect when you call `limit(number_of_timeseries)`.
-
-Consider using the `count()` function instead of the `limit()` function." %}
+For example, the result of a query might be NO DATA even if some time series report data because the (randomly) selected time series have no data or because time series that the query looks at are not what you expect when you call `limit(number_of_timeseries)`." %}