Hi Team, I have setup signoz on my k8s cluster an...
# general
h
Hi Team, I have setup signoz on my k8s cluster and wants to integrate microsoft teams channel for alerting through webhook, I have put the webhook url and try to test but getting below error, I think signoz is not able to connect to teams as it is internally hosted, Is there any way I can expose any one of the component of signoz through which I am able to access to achieve alerting, Thanks in Advance!
s
I have put the webhook url and try to test but getting below error
Is this a webhook or teams integration URL?
I think signoz is not able to connect to teams as it is internally hosted, Is there any way I can expose any one of the component of signoz through which I am able to access to achieve alerting
If your teams is not accessible, how does exposing SigNoz change anything? Shouldn’t it be other way around making teams accessible to SigNoz?
h
Thats a connector webhook URL from Teams
s
We don’t have an integration with the teams yet, so the payload formatting could be the reason if the webhook is accessible. If it is not accessible you need to find a way to make it accessible.
h
Sure Thanks!
a
@Harshdeep Singh You could also explore https://github.com/idealista/prom2teams for use or understand things If it works for you. I haven't personally tried or tested this, but it seems to fit the use case. Ideally the workflow should be: • setup webhook URL in signoz • write a custom webhook handler or use prom2teams (if it fits) to forward webhook messages to MS teams
h
Great Thanks for the help