Hello, I’m using SigNoz standalone with Docker Compose, and I need to set up a proxy to send alerts to a Slack channel. I tried setting environment variables in
signoz-clickhouse
,
signoz-frontend
,
signoz-alertmanager
, and
signoz-query-service
, but I was unsuccessful. When I run a
curl
command from inside the containers, it works, but in the UI test, it doesn’t.
s
Srikanth Chekuri
09/25/2024, 5:35 AM
Your question is not clear. What do you mean proxy for set up a proxy to send alerts to a Slack channel
f
Felipe Travi
09/25/2024, 12:17 PM
In my environment I do not have direct access to the internet, I need my requests to go through a proxy, a squid, configuring the environment variables HTTP_PROXY and HTTPS_PROXY is not working.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.