Is it possible to integrate SigNoz into an existin...
# general
s
Is it possible to integrate SigNoz into an existing Docker project ( use my project's docker compose to startup both signoz as well as my ptoject )rather than using it as a standalone solution? I couldn’t find any similar examples. When I use the individual Docker images for the components, it still requires configuration files
n
Hey @shivangani you can take a look at signoz docker standalone compose files, you can use the components from here in your docker compose setup. https://github.com/SigNoz/signoz/tree/main/deploy/docker
s
Will it have to create all the necessary configuration files as well that are referenced in this docker ?
n
yes, Follow the configuration used in this docker compose file for setting up it in your compose setup
you just need to use the configuration mentioned in the
docker-compose.yaml
and
otel-collector-config.yaml
s
Thanks! I'll give it a try