Skip to content

Commit 87b627c

Browse files
update doc: use-at-your-own-risk
1 parent 210bc5d commit 87b627c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/best-practices/use-at-your-own-risk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Two scenarios where this risk is significant:
99
> **Where this issue can occur**: Logs Search and Dashboards
1010
<br>
1111
12-
When you use histogram queries such as `histogram("timestamp", interval)`, the `interval` defines how the data is grouped over time. For example, an `interval` of `5m` groups logs into 5-minute buckets. The longer the time range and the smaller the interval, the more buckets the query will return.
12+
When you run histogram queries using `histogram("timestamp", interval)`, the `interval` defines how the data is grouped over time. For example, an `interval` of `5m` groups logs into 5-minute buckets. The longer the time range and the smaller the interval, the more buckets the query will return.
1313

1414
Each bucket becomes a row in the query result. If the query returns a large number of rows, the browser must load and render all of them. This can slow down the UI or cause it to crash.
1515

0 commit comments

Comments
 (0)