-
Notifications
You must be signed in to change notification settings - Fork 67
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
Dylan/s3en 2401 ability to filter by user for metrics and traces #138
Dylan/s3en 2401 ability to filter by user for metrics and traces #138
Conversation
…1-ability-to-filter-by-user-for-metrics-and-traces
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.
❌ Changes requested. Reviewed everything up to b38602a in 2 minutes and 28 seconds
More details
- Looked at
957
lines of code in16
files - Skipped
0
files when reviewing. - Skipped posting
0
drafted comments based on config settings.
Workflow ID: wflow_dgdHmq6tE3WT8zdb
Want Ellipsis to fix these issues? Tag @ellipsis-dev
in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
⌛ 6 days left in your free trial, upgrade for $20/seat/month or contact us.
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.
👍 Looks good to me! Incremental review on e718506 in 1 minute and 54 seconds
More details
- Looked at
197
lines of code in6
files - Skipped
0
files when reviewing. - Skipped posting
0
drafted comments based on config settings.
Workflow ID: wflow_UMlWT18tqv41Uu1r
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
⌛ 5 days left in your free trial, upgrade for $20/seat/month or contact us.
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.
👍 Looks good to me! Incremental review on b659138 in 1 minute and 39 seconds
More details
- Looked at
27
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. components/project/traces/traces.tsx:185
- Draft comment:
It appears that theUserCombobox
component, which is crucial for filtering by user ID as described in the PR, is commented out. If this feature is intended to be part of this release, you should uncomment and ensure it is integrated properly. - Reason this comment was not posted:
Confidence of 0% on close inspection, compared to threshold of 50%.
Workflow ID: wflow_EGqlZdo4dbYe4hmc
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
⌛ 5 days left in your free trial, upgrade for $20/seat/month or contact us.
…l-button-to-filter-dialog-v2 Dylan/s3en 2418 add clear all button to filter dialog v2
Summary:
This PR adds the ability to filter metrics and traces by user ID, enhancing data analysis capabilities across the application.
Key points:
userId
parameter handling in API routes for metrics and traces.TraceService
methods to support user-based filtering.UserCombobox
component for user selection in the UI.Generated with ❤️ by ellipsis.dev