Troubleshooting
TraceLLM UI Shows No Traces
Check:
- Backend is running:
- SDK environment is set:
-
API key belongs to the account/project shown in the UI.
-
Project config has tracing enabled.
-
Sampling rate is above
0.
API Key Fails
Create a new API key in the UI and copy it immediately. Full secrets are only shown once.
Then rerun:
Provider Example Fails
Check the provider key:
For Anthropic:
For Gemini:
SigNoz Does Not Show Service
Check SigNoz is running:
Check TraceLLM health:
The health response should show:
Run the example again after SigNoz is running:
Port Conflicts
Common ports:
| Port | Used By |
|---|---|
4319 |
TraceLLM backend |
5173 |
Vite web dev server |
8080 |
SigNoz UI |
4318 |
OTLP HTTP |
4317 |
OTLP gRPC |
Stop TraceLLM:
Stop SigNoz:
Docker Data Reset
TraceLLM data volume:
SigNoz data volumes are managed by the generated SigNoz compose stack.
Use caution before deleting them.