Configuring Signoz for Mattermost Alerts and Monitoring Order Count Data
TLDR Zabe asked about configuring alerts for Mattermost and monitoring order counts. Pranay suggested using webhook APIs and custom metrics with opentelemetry.

May 25, 2023 (4 days ago)
Zabe
04:13 PM1. We don't use Slack in our org. We use [Mattermost](https://mattermost.com/) -- Is there a way to have alerts go to systems other than Slack?
2. We have complex customer website visit, order count data stored in a table, segmented by a customer ID. Is there a way for us to monitor order counts by day, and send an alert if counts are outside a threshold? Seems like this is the perfect use case for Signoz, but not sure if it's possible with this kind of data. The data is stored in AWS S3.
Pranay
05:01 PMZabe
05:02 PMPranay
05:54 PMCheck docs on how to send custome metrics here
• https://signoz.io/blog/introduction-to-opentelemetry-metrics/#the-opentelemetry-signals---logs-metrics-and-traces
• https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md
Zabe
06:53 PM
SigNoz Community
Similar Threads
Sending Data from SigNoz to Prometheus Alert Manager
Jatin wants to send data from SigNoz to Google Chat Space. Amol suggests writing a webhook handler server or using Zapier to transform the payload to match Google Chat requirements.
Setting up Email Alert Notification for Signoz
Shashank asks how to receive email notifications from Signoz. Srikanth says to use webhooks as direct email support is unavailable.
Integration Opsgenie with SigNoz and Custom Webhook Payload
duuZ asks about integrating Opsgenie with SigNoz and custom webhook payloads. Amol explains webhook payload limits, refers to alert docs, and suggests using webhooks for integrating with Opsgenie.
Monitoring Custom Metrics in Signoz with Docker NodeJS Containers
Trung asked for help monitoring custom metrics for Docker NodeJS containers in Signoz. Srikanth shared a relevant GitHub link.
Setting up Alerts for Specific Exceptions with SigNoz
Taylor asked about setting up alerts for specific exceptions. Pranay shared a helpful resource and suggested go templates. Srikanth advised to group by exception type using labels to format the message.