I can’t get Phoenix (Cloud version or Docker) to show traces when I set up to trace at app level with a kick off script that then opens web adk server for chat interface,
The setup uses
auto_instrument=True
which should automatically instrument all Google ADK SDK calls, but it seems like the ADK agents in the subprocess aren’t picking up this global instrumentation. A work around was to initialize phoenix for each agent but clearly a pain and have to do singleton pattern to avoid overlapping conflicts.
I followed the official docs in ADK and Phoenix. Is this simply that can kick to phoenix as an app level trace when running with Adk Web interface (albeit with a kickoff script, not just “adk web”?
Any ideas or commiseration for those trying to trace in ADK with Phoenix is appreciated, thx.