SigNoz / signoz

SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
https://signoz.io
Other
19.34k stars 1.3k forks source link

Using webhook to send alert to Rocket chat leads to empty message in Rocket #2224

Open patrijua opened 1 year ago

patrijua commented 1 year ago

Bug description

New alert channel is created to use webhook to send message to Rocket chat. When alert is firing in SigNoz, there comes only empty message to Rocket channel with no content. There are no errors or warnings on SigNoz alertmanager logs.

image

Expected behavior

I would expect the message to contain payload described in https://signoz.io/docs/userguide/alerts-management/#d-receive-alert-through-webhook

How to reproduce

  1. Configure webhook in Rocket chat
  2. Create a new alarm channel using the created webhook
  3. Create an new alarm using the created channel
  4. Trigger the alarm -> empty message in Rocket

Version information

patrijua commented 1 year ago

I read that that Rocket chat would be slack webhook compatible, so I tried to change alert channel type in SigNoz to slack and as a result now alerts come successfull to Rocketchat.