Hello,
I’m looking to trial signoz to observe a different OSS project (datahubproject.io).
I see that the local docker-compose set up uses port 8080 but so does DataHub, is there a way to change the port in Signoz?
According to the
install.sh
script it should be documented:
Copy code
if [[ -n $port_check_output ]]; then
send_event "port_not_available"
echo "+++++++++++ ERROR ++++++++++++++++++++++"
echo "SigNoz requires ports 8080 & 4317 to be open. Please shut down any other service(s) that may be running on these ports."
echo "You can run SigNoz on another port following this guide <https://signoz.io/docs/install/troubleshooting/>"
echo "++++++++++++++++++++++++++++++++++++++++"
echo ""
exit 1
fi
}
But the link has no docs on how to change the port. Is it somewhere perhaps?
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.