AI Tracing - Feedback - Workflow Traces with Agents
WorkflowsTelemetry
So I recently setup AI Tracing and my first attempt was using pg adpater which all works fine
My usecase is 1. Workflow + Suspend Workflow + Multiple Agents in these workflow
The goal was to extract all the data / traces of that workflow in a single trace including all the agents
this is somehow not working as expected or I did something wrong
Basically with getaitrace / getaitraces functions iam unable to get all the data in 1 go . but it seems i have to fetch the full agent traces indivudually ( as the Workflow traces dont seem to be including them fully ( only the ids so i cna fetch them )
This is like very bad for me to do this anytime for every single trace
Not sure if this is by design or i did mistake ...
For now i wrote a custom exporter (observability ) that collects the events that happen and assiciates them together so i get a full single trace with all data , which i save to firebase preformatted so i dont need any extra fetches. Which works for me .. just wonder if i could have achieve this with the out of the box pg exporter as well ?
I will probably paste my setup later here if there questions