Monitor Your Server with Tracing
-
Install dependencies:
pnpm install
-
Run migrations:
pnpm exec prisma migrate dev
-
Start the server:
pnpm dev
-
Run Jaeger:
docker compose up -d
-
Test out the example endpoint: http://localhost:4001/users/random
-
Access Jaeger: http://localhost:16686