Hey folks, I'm looking to contribute but I'm having some trouble to set up the query-service locally, I have followed the docs closely but they seem to be out of date or not updated @Prashant Shahi can you help?
Aditya Pimpalkar
02/13/2025, 11:00 AM
I am getting a
FATAL
error with
Copy code
{
"level": "\u001b[31mFATAL\u001b[0m",
"timestamp": "2025-02-13T10:52:27.311Z",
"caller": "query-service/main.go:98",
"msg": "Failed to create signoz struct",
"error": "cannot access web directory: stat /etc/signoz/web: no such file or directory",
"stacktrace": "main.main\n\t/Users/apimpalkar/Documents/personal/signoz/pkg/query-service/main.go:98\nruntime.main\n\t/opt/homebrew/Cellar/go/1.23.3/libexec/src/runtime/proc.go:272"
}
says it cant access the directory
/etc/signoz/web
digging a bit deeper I found out its being created on docker images, not sure what is the process to create these
etc
directories locally
m
Matthew Gilham
02/13/2025, 7:11 PM
Try running with SIGNOZ_WEB_ENABLED=false
a
Aditya Pimpalkar
02/17/2025, 6:53 PM
Yes! I saw that as well by looking at some tests. Working just fine now! Thank you for replying @Matthew Gilham :)
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.