Skip to content

fix(aci milestone 3): bug fix metric detector serializers #95920

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
merged 3 commits into from
Jul 21, 2025

Conversation

mifu67
Copy link
Contributor

@mifu67 mifu67 commented Jul 18, 2025

Due to incorrect querying, we were fetching all action filter data conditions in the database when attempting to serialize a detector :yikes:
Ultimately, the serialized response would be correct, because the data condition serializer had the correct filtering. However, on production data with many data conditions in the DB, the query would time out.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 18, 2025
Copy link

codecov bot commented Jul 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #95920      +/-   ##
==========================================
- Coverage   80.85%   80.85%   -0.01%     
==========================================
  Files       10583    10585       +2     
  Lines      610030   610317     +287     
  Branches    23973    23973              
==========================================
+ Hits       493248   493453     +205     
- Misses     116074   116156      +82     
  Partials      708      708              

@mifu67 mifu67 requested review from a team and iamrajjoshi July 21, 2025 18:32
@mifu67 mifu67 marked this pull request as ready for review July 21, 2025 18:32
@mifu67 mifu67 requested a review from a team as a code owner July 21, 2025 18:32
@mifu67 mifu67 changed the title fix(aci milestone 3): bug fix + clean up metric detector serializers fix(aci milestone 3): bug fix metric detector serializers Jul 21, 2025
@mifu67 mifu67 merged commit 3186f03 into master Jul 21, 2025
67 checks passed
@mifu67 mifu67 deleted the mifu67/aci/old-new-serializer-cleanup branch July 21, 2025 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants