-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.0.0rc1
-
None
-
Sprint 85 (Feb 2022)
-
0.25
Steps to reproduce:
- Enable debugging for current user group.
- Create a widget:
- Create an item column.
- Select Data = Item value.
- Select any item.
- Select History data = Trends.
- Click Add column.
- Click Apply.
- Create an item column.
- Open the debug info of the widget.
Result:
SQLs like: SELECT * FROM history ... LIMIT 86401.
Expected:
- SQLs like SELECT ... FROM trends.
- LIMIT 1 instead of LIMIT 86401 in case when selecting from history table.
- caused by
-
ZBXNEXT-7125 Top hosts data grid widget
- Closed