Local SigNoz UI
SigNoz now recommends Foundry for Docker Compose installs. It generates the complete stack, including SigNoz UI, query/backend service, migrations, collector, ClickHouse, ClickHouse Keeper, and Postgres.
One-Time Setup#
This repo installs foundryctl locally under:
tools/foundryctl/foundry_windows_amd64/bin/foundryctl.exeVerify it:
cd C:\dev\tracellm
.\tools\foundryctl\foundry_windows_amd64\bin\foundryctl.exe versionGenerate the compose stack:
cd C:\dev\tracellm
pnpm signoz:forgeStart SigNoz#
pnpm signoz:upOpen:
http://localhost:8080OTLP HTTP will be available at:
http://localhost:4318Start TraceLLM#
TraceLLM's Docker backend exports to the host SigNoz collector:
TRACELLM_OTEL_EXPORTER_OTLP_ENDPOINT=http://host.docker.internal:4318Run:
pnpm infra:build
pnpm infra:upThen run the real user app example and look for service tracellm-server in SigNoz.
Stop#
pnpm signoz:down