Troubleshooting
TraceLLM UI Shows No Traces#
Check:
-
The hosted API is reachable:
https://api.tracellm.in/health -
SDK environment is set:
TRACELLM_ENDPOINT=https://api.tracellm.in TRACELLM_API_KEY=trllm_... -
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:
TRACELLM_API_KEY=trllm_new_keyProvider Example Fails#
Check the provider key:
LLM_PROVIDER=openai
OPENAI_API_KEY=sk_...For Anthropic:
ANTHROPIC_API_KEY=sk-ant-...For Gemini:
GEMINI_API_KEY=...External Export Does Not Show In SigNoz#
Check the destination in Exports:
- destination is enabled
- endpoint is the OTLP HTTP base URL
- required headers are present
- Send test trace returns
ok - export config allows the span kinds and fields you expect
A failed external export does not block TraceLLM ingestion. Your traces should still appear in the TraceLLM dashboard.