Srinivas Anant
08/02/2023, 5:51 AMee
folder that is present in the github repo.
Is that folder part of the enterprise edition and not present in the OpenSource version?Vishal Sharma
08/02/2023, 7:32 AMee
folder is part of enterprise version. It is also opensource but has enterprise license which prevents modifications.Srinivas Anant
08/02/2023, 7:47 AMBharadwaj Embar
08/02/2023, 7:57 AMee
directory or any of its contents as part of any of the components right?
The Makefile seems to use only the pkg
dir for building the query service.Vishal Sharma
08/02/2023, 8:00 AMee
components. It can be self hosted for free.Bharadwaj Embar
08/04/2023, 7:37 AMee
directory, is it not possible to run SigNoz without compiling with the ee query service?Vishal Sharma
08/04/2023, 7:39 AMBharadwaj Embar
08/04/2023, 7:41 AMservices
and there are some api which are of course only present in the ee/query-serviceVishal Sharma
08/04/2023, 7:45 AMee
.
SigNoz is designed to work without ee
You might still be building using ee
, build using pkg/query-service.Bharadwaj Embar
08/04/2023, 7:47 AMee
.
What threw us off is that, when we ran everything via docker-compose, the frontend showed a 404 for /api/v1/services
Our assumption was that this route was only supported in the ee
version, but on further digging, it seems to be nil (unhandled?) when we dont provide a skip top level config file to the query service
Maybe a 500 should be thrown in this case and maybe we should not mandate users to set a skip config file? Happy to file a bug if required.