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.

Photo of Zabe
Zabe
Thu, 25 May 2023 16:13:31 UTC

Hi - Brand new to Signoz. Just got it setup on a server but now have some questions. 1. We don't use Slack in our org. We use [Mattermost]() -- 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.

Photo of Pranay
Pranay
Thu, 25 May 2023 17:01:25 UTC

1. We provide webhook APIs, should be able to configure alerts to mattermost through webhooks

Photo of Zabe
Zabe
Thu, 25 May 2023 17:02:03 UTC

OK, great

Photo of Pranay
Pranay
Thu, 25 May 2023 17:54:21 UTC

2. You should be able to do by sending custom metrics using opetelemetry APIs and then setting alerts on SigNoz Check docs on how to send custome metrics here •

Photo of Zabe
Zabe
Thu, 25 May 2023 18:53:40 UTC

OK, great. Thanks Pranay