-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Console doesn't show all data. #134
Comments
Thanks @Skryabind we'll take a look shortly |
Hello @Skryabind, The intention is to handle the typically extensive user logs, ranging from 10,000 to 30,000 per second, which would overload the browser if we attempted to load data from the last 10 minutes all at once. Hence, we're loading data for just 1 minute at a time. If you need the next minute's data, simply click here. |
Hi @kartik-gupta-ij That time I hadn't this pagination, so I couldn't select another page. Unfortunately I selected another stack for holding logs so I cant check it now. |
Appreciate the response @Skryabind . Closing this issue for now, please feel free to reopen/update here if you get a chance to try and doesn't work as expected. |
When I ask all logs from last 10 minutes, I see correct logs count but I don't see all this logs.
In this screen I see that there is 26 log items in total, but only one log item in the list. The problem probably is in a query (highlited by an arrow in the screenshot) - startTime time equals 07:29:00, but correct time is 07:20:00.
The text was updated successfully, but these errors were encountered: