Skip to content

Commit 0a538eb

Browse files
added admonition to mkdocs.yml
1 parent 524d526 commit 0a538eb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/user-guide/best-practices/prevent-ui-crashes-from-large-queries.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
OpenObserve does not restrict the number of records returned or the length of the time range in a query. You can query a few minutes or several months of data.
1+
OpenObserve does not restrict the number of records returned or the length of the time range in a query.
2+
3+
You can query a few minutes or a longer time range, based on your data retention settings. The default retention is 1 year, but this may vary by configuration.
4+
25
However, queries that return a large number of results, especially those with small time intervals, breakdown fields, or large text fields, can overload the browser.
36
This may cause the UI to become unresponsive or crash, particularly on the **Logs** page or in **Dashboard Panels**.
47

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ repo_url: https://github.com/openobserve/openobserve
8787
repo_name: openobserve/openobserve
8888
edit_uri: https://github.com/openobserve/openobserve-docs/edit/main/docs/
8989
markdown_extensions:
90+
- admonition
9091
- tables
9192
- pymdownx.tabbed:
9293
alternate_style: true
@@ -96,4 +97,5 @@ markdown_extensions:
9697
- pymdownx.snippets
9798
- pymdownx.superfences
9899

100+
99101

0 commit comments

Comments
 (0)