SigNoz / signoz

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
https://signoz.io
Other
19.25k stars 1.29k forks source link

Add support for docker compose plugin #6101

Open Racle opened 1 month ago

Racle commented 1 month ago

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 OR docker compose.

welcome[bot] commented 1 month ago

Thanks for opening this issue. A team member should give feedback soon. In the meantime, feel free to check out the contributing guidelines.