[feat][trace] input/output configurable preview & agent metadata discovery - #492
Merged
Conversation
fanhua-bytedance
force-pushed
the
feat/trace_preview
branch
from
April 15, 2026 03:48
fea6639 to
a4d80b8
Compare
fanhua-bytedance
force-pushed
the
feat/trace_preview
branch
2 times, most recently
from
April 16, 2026 07:45
129e512 to
bb67520
Compare
taoyifan89
reviewed
Apr 16, 2026
fanhua-bytedance
force-pushed
the
feat/trace_preview
branch
7 times, most recently
from
April 22, 2026 03:30
c2c4da4 to
02ea69d
Compare
taoyifan89
reviewed
Apr 22, 2026
fanhua-bytedance
force-pushed
the
feat/trace_preview
branch
2 times, most recently
from
April 22, 2026 04:21
bb1534c to
f4f75ea
Compare
taoyifan89
reviewed
Apr 24, 2026
…to fix CK Missing columns error
…fields to fix AGW body parsing
…onfig, GetAgentMetadata
…ql for schema consistency
Reuse BuildBuiltinFilters + CombineFilters to add space_id and call_type filters, consistent with ListSpans logic.
…for ClipProcessor
- Move SelectBest/Extract/configScore logic from clip_processor to entity layer - Use workspace_id=0 for global default configs with wildcard '*' matching - Add 4-bit scoring strategy (workspace > agent > spanListType > platformType) - Simplify ClipProcessor.Transform to delegate to entity layer - Add DB error logging consistent with other processors - Seed 3 default extract configs via init SQL with fixed IDs for idempotency - Add comprehensive tests for SelectBest, configScore, Extract
…te default configs - Rewrite SelectBest to use two-phase direct matching instead of bit-score approach - Reduce default column extract configs from 3 to 2: (0,*,llm_span) and (0,prompt,root_span) - Change span_list_type SQL query from wildcard IN to exact match - Update tests with 20 cases for 100% SelectBest coverage
fanhua-bytedance
force-pushed
the
feat/trace_preview
branch
from
May 21, 2026 06:01
1a279aa to
ab349fd
Compare
… tests and fix NewClipProcessorFactory call
taoyifan89
approved these changes
May 21, 2026
JqRrt
approved these changes
May 21, 2026
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.
What type of PR is this?
Check the PR title
(Optional) Translate the PR title into Chinese
(Optional) More detailed description for this PR(en: English/zh: Chinese)
en:
zh(optional):
(Optional) Which issue(s) this PR fixes