You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now in logs when the order by is timestamp. We do pagination using id in the filters ( eg: id < last log seen). If the order by is changed to something else then we do pagination using limit and pageSize.
With this change. when the order by is timestamp
We will remove id filter during pagination
Using limit and pagesize as for other order by
and in the payload pass order by as timestamp, id. Hide id from the UI
Pagination changes in logs FE.
As of now in logs when the order by is timestamp. We do pagination using id in the filters ( eg: id < last log seen). If the order by is changed to something else then we do pagination using limit and pageSize.
With this change. when the order by is
timestamp
Example query with offset 100
The text was updated successfully, but these errors were encountered: