SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
In file https://github.com/SigNoz/signoz/blob/develop/deploy/install.sh#L490 script checks if docker-compose is installed.
There is no need to download docker-compose in linux when docker has built-in compose plugin (if that is installed): https://docs.docker.com/compose/install/linux/
Add check to see if user has working
docker-compose
ORdocker compose
.