fix(obs): split SigNoz health and public routes
This commit is contained in:
@@ -485,9 +485,13 @@ class Settings(BaseSettings):
|
||||
default="http://192.168.0.112:8080",
|
||||
description="Kali security scanner URL",
|
||||
)
|
||||
SIGNOZ_URL: str = Field(
|
||||
default="http://192.168.0.188:3301",
|
||||
description="SigNoz observability URL",
|
||||
SIGNOZ_INTERNAL_URL: str = Field(
|
||||
default="http://192.168.0.110:8080",
|
||||
description="Canonical internal SigNoz query and health URL",
|
||||
)
|
||||
SIGNOZ_PUBLIC_URL: str = Field(
|
||||
default="https://signoz.wooo.work",
|
||||
description="Public SigNoz UI base URL used only for user-facing deep links",
|
||||
)
|
||||
CLICKHOUSE_URL: str = Field(
|
||||
default="http://192.168.0.188:8123",
|
||||
|
||||
Reference in New Issue
Block a user