Skip to content

Conversation

@nikkikapadia
Copy link
Member

we want to test comparison with no extrapolation and keep track of what integration is getting triggered when the alert fires.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 19, 2025
@nikkikapadia nikkikapadia marked this pull request as ready for review November 20, 2025 14:56
@nikkikapadia nikkikapadia requested a review from a team as a code owner November 20, 2025 14:56
Comment on lines 295 to 298
if trigger_action_types.get(action_name):
trigger_action_types[action_name] += 1
else:
trigger_action_types[action_name] = 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

niyt: you can initialize it as a defaultdict instead

@nikkikapadia nikkikapadia merged commit 260d0fa into master Nov 20, 2025
65 checks passed
@nikkikapadia nikkikapadia deleted the nikki/update-alerts-comparison-filter-orgs branch November 20, 2025 15:30
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.

3 participants