[Bug]: Tracing using Google ADK is not visible in the Tracing section of UI.
What component(s) are affected?
- [x] Opik Python SDK
- [ ] Opik Typescript SDK
- [ ] Opik Agent Optimizer SDK
- [ ] Opik UI
- [ ] Opik Server
- [ ] Documentation
Opik version
- Opik version: 1.7.30
Describe the problem
Tracing using Google ADK is not visible in the Tracing section of UI. In the comet project, the tracing section does not contain any traces. LLM calls section has the correct LLM calls but the tracing section does not logs any traces. Please resolve this. The same issue is not happening with LLamaindex agent. Image is attached below for reference.
Reproduction steps and code snippets
No response
Error logs or stack trace
No response
Healthcheck results
No response
@AdityaTheDev Thanks for bringing this up, was there any logs that you saw that can share some more light? (BE,FE,SDK)
There were no logs as such. I ran the adk agent in the terminal and it gave me the agent response in the terminal. The traces section of UI did not have any traces in it. The LLM calls section had logged the LLM calls(which I have attached in the issue ticket). The problem is, " The logs are not being traced when using adk agent". Even the, traces = search_trace(project_name, max_result=10000) method of opik returned an empty list([]).