I've been working with MLflow Agent Server deployments using the OpenAI Agents SDK hosted both locally and in Databricks Apps. Currently, tracing is instrumented with:
set_trace_processors([])
mlflow.openai.autolog()
Locally, everything works great and my traces show annotations for tool calls and include lots of rich telemetry:

However, when I migrate to Databricks apps and try to leveraged Databricks Experiments, I lose all the details. It just shows the basic input and output text:

I've tested with both LangChain and OpenAI Agents SDK apps and nothing has changed on the Databricks side.
Is there currently limited support for tracing custom agents? Or has anyone been able to get proper tracing going with custom agents?
Following the guide here: https://github.com/databricks/app-templates/blob/main/agent-openai-agents-sdk/agent_server/agent.py