opik icon indicating copy to clipboard operation
opik copied to clipboard

[Bug]: Tracing using Google ADK is not visible in the Tracing section of UI.

Open AdityaTheDev opened this issue 6 months ago • 2 comments

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.

Image Image

Reproduction steps and code snippets

No response

Error logs or stack trace

No response

Healthcheck results

No response

AdityaTheDev avatar Jun 04 '25 14:06 AdityaTheDev

@AdityaTheDev Thanks for bringing this up, was there any logs that you saw that can share some more light? (BE,FE,SDK)

YarivHashaiComet avatar Jun 04 '25 15:06 YarivHashaiComet

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([]).

AdityaTheDev avatar Jun 05 '25 02:06 AdityaTheDev