if i want to run signoz over https, is there any guidance on how to do this, we have signoz running on an ec2 instance and want to put behind a load balancer?
h
Hannes Benson
03/21/2024, 9:53 AM
are you doing ssl termination on the LB ?
n
Noel McGrath
03/21/2024, 1:34 PM
yes, but we would like to have https all the way to the ec2 instance
h
Hannes Benson
03/21/2024, 2:04 PM
then you'd have to run something like nginx (or similar) to handle the ssl termination on the ec2 instance and proxy all requests to port 3301. Chatgpt suggests config like:
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.