Skip to content
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

fix: updated the triggered alert list code #6127

Merged
merged 2 commits into from
Oct 7, 2024
Merged

fix: updated the triggered alert list code #6127

merged 2 commits into from
Oct 7, 2024

Conversation

rahulkeswani101
Copy link
Contributor

@rahulkeswani101 rahulkeswani101 commented Oct 6, 2024

Summary

The triggered alert list fetches the data every 30 seconds and because of this filter states were getting reset to initial values. I moved the state to the parent component where we were fetching the data for all triggered alerts. Because of this my filter and group by state don't get reset as it was getting reset before because of the children component getting re-render.

Related Issues / PR's

https:/SigNoz/engineering-pod/issues/1868

Screen.Recording.2024-10-06.at.9.07.43.PM.mov

Affected Areas and Manually Tested Areas

Copy link

github-actions bot commented Oct 6, 2024

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@github-actions github-actions bot added the bug Something isn't working label Oct 6, 2024
@YounixM
Copy link
Member

YounixM commented Oct 7, 2024

@rahulkeswani101 : Please add the issue details.

@YounixM
Copy link
Member

YounixM commented Oct 7, 2024

A brief about what is the issue, how are we solving it helps co-relate PR with functionality and helps review PR faster.

Copy link

github-actions bot commented Oct 7, 2024

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@YounixM YounixM merged commit ae5e63c into develop Oct 7, 2024
13 of 14 checks passed
@rahulkeswani101 rahulkeswani101 deleted the SIG-1868 branch October 7, 2024 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants