Dusty McDustins
03/24/2025, 4:07 PMconf/example.yaml
file which includes additional settings like:
web:
# Whether to enable the web frontend
enabled: true
# The prefix to serve web on
prefix: /
how do we pass that config file to signoz? the only --config
flag is specific to prometheus
-config string
(prometheus config to read metrics) (default "./config/prometheus.yml")
Dusty McDustins
03/24/2025, 4:27 PMSIGNOZ_WEB_PREFIX=/admin/signoz
but I'm not sure it's doing anything. also the help page above says to follow this link https://github.com/SigNoz/signoz/issues/9805 but it's a 404Vibhu Pandey
03/24/2025, 4:28 PMVibhu Pandey
03/24/2025, 4:29 PM--config
flag with example.yaml as you so intuitively figured out. Till that time, ENV is the only way to configure.Vibhu Pandey
03/24/2025, 4:29 PMDusty McDustins
03/24/2025, 4:29 PMSIGNOZ_WEB_PREFIX
to work? I'll keep poking at it.Vibhu Pandey
03/24/2025, 4:31 PMDusty McDustins
03/24/2025, 4:31 PMDusty McDustins
03/24/2025, 4:33 PMpassword=password
setting but my default clickhouse install, following the instructions linked, results in a clickhouse install with no password. So I could only get the instructions to work by changing, for example:
dsn="<tcp://localhost:9000?password=password>"
to
dsn="<tcp://localhost:9000>"
unless I missed a step in the install.Vibhu Pandey
03/24/2025, 4:34 PMDusty McDustins
03/24/2025, 4:35 PM