Skip to content

Conversation

@bcoe
Copy link
Member

@bcoe bcoe commented Jan 27, 2026

WIP, demonstrating that it's easy to move agent / mcp pages over to dashboards piece by piece.

Screenshot 2026-01-28 at 10 40 15 AM

Problems Noticed:

  • LLM Calls / Tokens Used / Tools Called charts have "Other" category with most of the spans, this problem does not happen in explore. 👈 the problem here was that I hadn't set a descending sort order for the chart.
  • Errors and Traffic are very different scales, this chart would benefit from two axis (so both series are visible).
  • I'm not 100% sure how we will show a "Trace" table (we usually show transaction tables throughout the rest of the product, it's a matter of how we find the trace roots).

Todo

  • Clicking a trace identifier should show a custom trace slide-out.
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 27, 2026
@bcoe bcoe requested a review from obostjancic January 27, 2026 22:15
@bcoe
Copy link
Member Author

bcoe commented Jan 27, 2026

@obostjancic I started putting this together as an exercise based on @DominikB2014 document, hoping it would start the discussion about how we convert these page and find some bugs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

3 participants