aws / amazon-managed-service-for-prometheus-roadmap

Amazon Managed Service for Prometheus Public Roadmap
Other
39 stars 3 forks source link

Amazon Managed Prometheus cannot send to Chatbot to route alerts to Slack [Feature Request] #14

Open pptb-aws opened 1 year ago

pptb-aws commented 1 year ago

At this time Amazon Managed Prometheus only sends traffic to SNS. Chatbot only supports traffic routed through event bridge. Getting alerts through Slack is highly desirable as another route for notifying IT organizations that there is an issue.

jeromeinsf commented 1 year ago

Hi @pptb-aws You can go directly from SNS to Slack

John1Q84 commented 1 year ago

Yes, Chatbot is able to subscribe SNS topic, and you may know, Chatbot makes easier to integrate with Slack(No need to make codes with Slack SDK API)

benabineri commented 10 months ago

I've just tried configuring Chatbot to watch an SNS topic to which AMP Alertmanager is publishing alerts. I caused an alert to fire and got the alert through the topic via the email subscription (into a Slack channel), but all that happened with Chatbot is the UnsupportedEvents metric incremented by one.

It would be nice to have a way to get the alerts into Slack without them being emails sent via SNS to the channel's email address, as those are fiddly to share links to (among other issues). Ideally this wouldn't involve setting up a Lambda either. Does anyone have any suggestions please?