Hello, I’m using SigNoz standalone with Docker Com...
# support
f
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
Your question is not clear. What do you mean proxy for set up a proxy to send alerts to a Slack channel
f
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.