Overview

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.exe

Verify it:

cd C:\dev\tracellm
.\tools\foundryctl\foundry_windows_amd64\bin\foundryctl.exe version

Generate the compose stack:

cd C:\dev\tracellm
pnpm signoz:forge

Start SigNoz#

pnpm signoz:up

Open:

http://localhost:8080

OTLP HTTP will be available at:

http://localhost:4318

Start TraceLLM#

TraceLLM's Docker backend exports to the host SigNoz collector:

TRACELLM_OTEL_EXPORTER_OTLP_ENDPOINT=http://host.docker.internal:4318

Run:

pnpm infra:build
pnpm infra:up

Then run the real user app example and look for service tracellm-server in SigNoz.

Stop#

pnpm signoz:down

Updated

Was this page helpful?