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
a
Amol Umbark
04/28/2023, 5:06 AM
@Jatin Kumar would you be able to share use case. Signoz uses prom alert manager internally so trying to understand need for external prometheus
j
Jatin Kumar
04/28/2023, 5:19 AM
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.
a
Amol Umbark
04/28/2023, 5:20 AM
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
j
Jatin Kumar
04/28/2023, 5:20 AM
Thus looking for method to send data to prometheus alertmanger from signoz alert channel
a
Amol Umbark
04/28/2023, 5:21 AM
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
I am not sure using standalone prometheus alert manager will make things easier.