feat(explore): Show agent data without conversations - #124279
Draft
obostjancic wants to merge 6 commits into
Draft
obostjancic wants to merge 6 commits into
obostjancic wants to merge 6 commits into
Conversation
Add agent charts and Conversations, Traces, and Spans tabs to the Explore Agents overview, with data-aware defaults and onboarding. Refs TET-2970
Use the requested chart titles and hide confidence footers. Refs TET-2970
Refs TET-2970
Choose chart buckets from the selected time range, including hourly buckets for 24 hours and daily buckets for seven days or longer. Refs TET-2970
Show the Agent Monitoring setup directly when no agent data exists, while retaining charts and tab-specific conversation onboarding for trace users. Refs TET-2970
Reuse the standard chart interval options and range-aware defaults across all three agent charts. Refs TET-2970
obostjancic
force-pushed
the
ognjenbostjancic/tet-2970-show-agentic-traces-non-conversations-in-exploreagents
branch
from
September 14, 2026 15:24
daa5b4b to
05952ad
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explore > Agents now shows aggregate charts for agent runs, estimated model cost, and tool calls alongside URL-backed Conversations, Traces, and Spans tabs. Projects with conversation data still default to Conversations, while projects sending agentic spans without conversation IDs default to Traces.
The tables reuse the existing Agent Monitoring and Explore components. Opening an empty Conversations tab shows the conversation setup flow, while Traces and Spans retain Agent Monitoring onboarding when no agentic data is configured.
Refs TET-2970