Sebastian Maniak
07/17/2025, 3:04 AMgit clone -b main <https://github.com/SigNoz/signoz.git> && cd signoz/deploy/
cd docker
docker compose up -d --remove-orphans
then edit src/otel-collector/otelcol-config-extras.yml to add endpoint: "http://host.docker.internal:4317" since its all running in the same machine should i still change this end point?