cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Warehousing & Analytics
Engage in discussions on data warehousing, analytics, and BI solutions within the Databricks Community. Share insights, tips, and best practices for leveraging data for informed decision-making.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Configuring the MLflow summary tab

lkt1
New Contributor II

When I click on a trace in the Databricks MLflow UI, it defaults to opening a "summary" tab. I have a somewhat complex trace, so this summary is getting bloated and I would like to clean it up.

Nowhere, as far as I can tell, is the summary tab described in the documentation. It seems to be a Databricks specific feature, not controlled by MLflow directly. Does anyone know if this tab can be configured?

Thank you very much!

2 REPLIES 2

Ashwin_DSA
Databricks Employee
Databricks Employee

Hi @lkt1,

I took a quick look and tested it in my workspace to better understand the issue you mentioned.

MLFlow Summary Tab.jpg

 

 

 


As of today, the Summary tab isnโ€™t userโ€‘configurable. Whatโ€™s displayed there and how inputs/outputs are collapsed, or truncated, is entirely governed by the UIโ€™s builtโ€‘in logic. There are ongoing improvements to this view (for example, collapsing multiple inputs/outputs and tweaking how chat messages and exceptions are rendered), but those ship as product changes, not as perโ€‘workspace or perโ€‘user settings. 

If the Summary view becomes too cluttered for your traces, the only real workaround today is to use the Timeline or Details tabs for deeper inspection. Anything like hiding certain fields, changing what appears by default, or turning Summary off would need to be treated as a feature request rather than a configuration toggle.

Iโ€™d also love to understand what kind of "configuration" you had in mind. Are there specific parts of the Summary tab youโ€™d want to hide or reorder? Any concrete suggestions would be helpful to feed back to the product team.

 
If this answer resolves your question, could you mark it as โ€œAccept as Solutionโ€? That helps other users quickly find the correct fix.
Regards,
Ashwin | Delivery Solution Architect @ Databricks
Helping you build and scale the Data Intelligence Platform.
***Opinions are my own***

lkt1
New Contributor II

Hi @Ashwin_DSA 

Thanks a lot for your detailed answer!  In my opinion, the summary tab would be extremely useful, when we present traces to non-technical people for review and feedback. To make it easy on them, we hide all the technical stuff, like tool calls and raw JSON in the timeline. Ideally, I would like the summary tab to contain the same information our chat UI shows: the question, the answer and the sources.

I have attached two images of the same trace, the top and the bottom of the summary tab - it contains some sensitive data, hence all the redaction.

In the top image, I would like to either collapse or completely omit all the tool calls. Our agent makes a ton of calls, so we have to scroll down to see the its answer.

In the bottom of the trace, I am only interested in what the agent responded - but I would also like to be able to add its sources - in the exact same manner documents are presented in vectorstore traces.

Thanks again!