-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Comments
@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? |
@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. |
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 |
thats a good point @meyvan Would enabling webhook also enable email as a channel? |
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 |
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. |
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.
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: