Sending Data from SigNoz to Prometheus Alert Manager

TLDR 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.

Photo of Jatin
Jatin
Fri, 28 Apr 2023 05:04:05 UTC

We are trying to send data from signoz to prometheus alert manger is there a way to do so as prometheus alertmanger also accepts data in specific format also

Photo of Amol
Amol
Fri, 28 Apr 2023 05:06:00 UTC

Jatin would you be able to share use case. Signoz uses prom alert manager internally so trying to understand need for external prometheus

Photo of Jatin
Jatin
Fri, 28 Apr 2023 05:19:40 UTC

We want to send data from signoz to google chat space but using default webhook google does not receive data in format provided by signoz it accepts data in some fixed format. Thus we wanted to send data to prometheus alertmanger then send that data from alertmanger to google chat space.

Photo of Amol
Amol
Fri, 28 Apr 2023 05:20:36 UTC

Prom alert manager embedded in signoz is more tightly integrated and gets channel info from signoz query service. it would be better to setup webhook in signoz and route the data into standalone prometheus alert manager

Photo of Jatin
Jatin
Fri, 28 Apr 2023 05:20:40 UTC

Thus looking for method to send data to prometheus alertmanger from signoz alert channel

Photo of Amol
Amol
Fri, 28 Apr 2023 05:21:41 UTC

you would have to write a webhook handler server that receives webhook from signoz and transforms the payload to match google chat webslace needs you can also use zapier if you are comfortable with that tool

Photo of Amol
Amol
Fri, 28 Apr 2023 05:22:21 UTC

I am not sure using standalone prometheus alert manager will make things easier.