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

feat: Alert Channel For Email #623

Closed
jhaan21 opened this issue Jan 18, 2022 · 6 comments · Fixed by #4599
Closed

feat: Alert Channel For Email #623

jhaan21 opened this issue Jan 18, 2022 · 6 comments · Fixed by #4599
Labels

Comments

@jhaan21
Copy link

jhaan21 commented Jan 18, 2022

Is your feature request related to a problem?

No

Describe the solution you'd like

The only alert channels available is through slack. I would like to be able to at least send a notification to multiple parties about the alert.

Describe alternatives you've considered

Forcing my team onto slack but I am also unsure if customers would be willing to do this as well

Additional context

Add any other context or screenshots about the feature request here.

Screen Shot 2022-01-18 at 7 49 59 AM

Thank you for your feature request – we love each and every one!

@palashgdev palashgdev changed the title Alert Channel For Email feat: Alert Channel For Email Jan 18, 2022
@palashgdev palashgdev added backend frontend enhancement New feature or request labels Jan 18, 2022
@pranay01
Copy link
Collaborator

@jhaan21 Thanks for opening this issue. Just to understand your use case better, do you also want your customers to receive alerts about your system metrics from SigNoz?

@jhaan21
Copy link
Author

jhaan21 commented Jan 19, 2022

@pranay01 No problem. I believe there is an opportunity for both internal and customers wanting to be alerted if we have a service down. I think if you can just do multiple emails that will work for both internal and external.

@meyvan
Copy link

meyvan commented Mar 2, 2022

wouldnt it be better to build a generic webhook input ? and do whatever you want with it when you receive an event. I understand that is extremely important but having a webhook would solve most of the customer's problems since they can build it themselves and allows the team to focus to pushing other features for the time being

@pranay01
Copy link
Collaborator

pranay01 commented Mar 2, 2022

thats a good point @meyvan Would enabling webhook also enable email as a channel?

@meyvan
Copy link

meyvan commented Mar 2, 2022

Yup, infact you dont even need slack as a channel, since the data is transferred on a per-event basis, the webhook is responsible for transferring internally or externally to any systems they prefer including but not limited slack, email, another datawarehouse for compliance storage etc... From signoz point only webhook should be supported. No need to unneccesarily maintain intregations. The sprint cycle of the team then be focussed on addressing immediate issues

@sriv
Copy link

sriv commented Jul 28, 2023

hi, just wanted to check if this approach of allowing payloads in a webhook is being considered and worked upon? Happy to submit a PR. Please share any hints that may help here.

context: we wanted to see if we can send alerts to MS Teams and as an email.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants