-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat: export from Query Table (logs & traces) and added pagination. E… #9624
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
base: main
Are you sure you want to change the base?
feat: export from Query Table (logs & traces) and added pagination. E… #9624
Conversation
…xpanded pagniation sizes
|
Welcome to the SigNoz community! Thank you for your first pull request and making this project better. 🤗 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- There is no way to go back to 10/page after selecting a different value.
- Change download icon
@YounixM can you suggest if the place for selecting the size is in the right place or we can accodomate it on top.
Also the right place to keep the download button. I believe we can put the download button and page size on the same row towards the right and change the download icon similar to logs
…lable page size options
Fixed losing the initial pagination. Now all it's left is the pagination button |
I tried doing it, but the pagination is part of the Ant Table, and I couldn’t get the download button on the same level. Since Ant Table generates its own pagination, I wasn’t able to move or align the download button: @nityanandagohain |
@cghiurea you use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
|
@ahmadshaheer After pulling the latest changes from main, I started seeing TypeScript errors on my staged files. Before that, I was able to commit without any TS errors. I even tried making a commit with just a single whitespace change and still got the same errors. How did these errors get introduced? All of my previous commits passed linting, and I’m assuming others’ commits are linted as well. Was there a recent change to the ESLint or TSConfig settings?
|
|
Feature is done. @ahmadshaheer @nityanandagohain
|
|
Hello to whom it may concern, Thank you for your time. |
…oadable data creation
|
Hello, any feedback on the next steps? |






📄 Summary
Adds export functionality using existing CSV/Excel export component and enhanced pagination controls to the Query Table component used in Logs and Traces. Users can now export table data and select from expanded page size options
✅ Changes
🏷️ Required: Add Relevant Labels
👥 Reviewers
🧪 How to Test
🔍 Related Issues
#8923
📸 Screenshots / Screen Recording (if applicable / mandatory for UI related changes)
📋 Checklist
Note
Enables exporting and paginating data in tables used by Logs and Traces.
[10, 25, 50, 100, 200, 500, 1000], client-side slicing, and reset-on-data-changecreateDownloadableData(supportscolumnLabelsandvalueTransforms) to export filtered data (all rows) as CSV/Excel; filenames now includeserviceNameand a timestampdownloadOptionin LogsExplorerTable and TracesExplorer TableView; adds labels/transforms for Top Operation metrics.query-table-controlscontainer and removes absolute-positioned download buttonWritten by Cursor Bugbot for commit d3b8af0. This will update automatically on new commits. Configure here.