-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[NA] [BE] Fix high cost metrics calculation #5965
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
Merged
thiagohora
merged 7 commits into
main
from
thiaghora/NA-fix-project-metrics-spans-filter
Apr 1, 2026
+41
−40
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
ea87736
[NA] [BE] fix: filter spans by trace_id in project metrics queries
thiagohora 22d5652
[NA] [BE] fix: scope span subqueries to traces_filtered and add creat…
thiagohora 3009b35
Merge branch 'main' into thiaghora/NA-fix-project-metrics-spans-filter
thiagohora 829d7f1
Merge branch 'main' into thiaghora/NA-fix-project-metrics-spans-filter
thiagohora 0437a93
Merge branch 'main' into thiaghora/NA-fix-project-metrics-spans-filter
thiagohora 0711a37
Merge branch 'main' into thiaghora/NA-fix-project-metrics-spans-filter
thiagohora e2ee3f0
Update and rename 000076_add_minmax_index_authored_feedback_scores_cr…
thiagohora File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...-app-analytics/migrations/000078_add_minmax_index_authored_feedback_scores_created_at.sql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --liquibase formatted sql | ||
| --changeset thiagoh:000078_add_minmax_index_authored_feedback_scores_created_at | ||
| --comment: Add minmax skip index on created_at to enable time-bounded queries on authored_feedback_scores | ||
|
|
||
| ALTER TABLE ${ANALYTICS_DB_DATABASE_NAME}.authored_feedback_scores ON CLUSTER '{cluster}' | ||
|
thiagohora marked this conversation as resolved.
|
||
| ADD INDEX IF NOT EXISTS idx_authored_feedback_scores_created_at created_at TYPE minmax GRANULARITY 1; | ||
|
thiagohora marked this conversation as resolved.
|
||
|
|
||
| --rollback ALTER TABLE ${ANALYTICS_DB_DATABASE_NAME}.authored_feedback_scores ON CLUSTER '{cluster}' DROP INDEX IF EXISTS idx_authored_feedback_scores_created_at; | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.