https://signoz.io logo
p

Pranay

11/25/2021, 5:15 AM
@User is the lead maintainer for backend pieces. He should be able to help you get started
cc: @User
ack 1
@User - This should help you get started - https://github.com/SigNoz/signoz/blob/main/CONTRIBUTING.md#contribute-to-query-service Feel free to add any specific questions you have
a

Ankit Nayan

11/25/2021, 7:50 AM
@User you should checkout the dockerfile which has multiple build steps 1. building golang to create binary 2. run above binary using simple os image
you might need to find windows alternative to alpine linux image
p

Pranay

11/25/2021, 8:01 AM
@User If you are starting work in this issue, please comment on the github issue and I can assign it to you
y

yogesh sarowgi

11/25/2021, 11:19 AM
@User I have Virtual Box I can use that or can work under wsl image
@User I need some overview on this
p

Pranay

11/26/2021, 5:12 AM
@User ok - Can you let me know what is not clear?
y

yogesh sarowgi

11/26/2021, 7:53 AM
@User Actually now I am reading the documentation try to understand the product I'll let you know if I face any problem....btw I try to install signoz in my vm it throwing error
p

Pranay

11/26/2021, 7:55 AM
@User Ok - cool. Can you share what error is it throwing?
y

yogesh sarowgi

11/26/2021, 7:58 AM
not able to pull hotrod
@User @User
a

Ankit Nayan

11/27/2021, 6:17 AM
The frontend service depends on query-service for routing API calls..it cannot be run usng
docker run ...
as in image. The docker-compose file exposes envs needed for each service. You need to run
./install.sh
again to retry installation of frontend service. It's like
docker-compose up
, it should spin up containers not found running
Error in 2nd image is error in connecting to docker registry, it's like docker services are down. Retrying in sometime should have fixed that
y

yogesh sarowgi

11/27/2021, 6:44 AM
@User It works
👍 1
2 Views