Skip to content
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
97b246f
feat: trace input/output configurable preview & agent metadata discovery
fanhua-bytedance Apr 10, 2026
13c7cdc
fix: add span_id and start_time to SelectColumns in GetAgentMetadata …
fanhua-bytedance Apr 13, 2026
aa34bdf
fix: remove api.body annotation from ColumnExtractRule nested struct …
fanhua-bytedance Apr 15, 2026
d0c13b8
test: add unit tests for UpsertColumnExtractConfig, GetColumnExtractC…
fanhua-bytedance Apr 16, 2026
bb67520
fix: regenerate kitex_gen after rebase, add missing ListMetadata IDL …
fanhua-bytedance Apr 16, 2026
93674ec
fix: add observability_column_extract_config.sql to helm-chart init-s…
fanhua-bytedance Apr 16, 2026
bd9dfd9
ci: trigger CI re-run with latest commits
fanhua-bytedance Apr 16, 2026
499ddf8
ci: trigger CI re-run with latest commits
fanhua-bytedance Apr 16, 2026
ebfc27e
fix: add space_id filter to GetAgentMetadata query
fanhua-bytedance Apr 16, 2026
a451348
refactor: extract ColumnExtractConfig to standalone repo, fix agent_n…
fanhua-bytedance Apr 20, 2026
0a7668f
fix: gofmt trace.go struct field alignment
fanhua-bytedance Apr 20, 2026
5d9668d
fix: normalize JSONPath in ClipProcessor to support frontend format
fanhua-bytedance Apr 20, 2026
791b5b5
fix: handle column[index] format in JSONPath normalization
fanhua-bytedance Apr 20, 2026
4ae2cc4
fix: escape hyphenated keys in JSONPath to bracket notation
fanhua-bytedance Apr 20, 2026
d149df0
feat: add config fallback strategy and recursive JSONPath extraction …
fanhua-bytedance Apr 20, 2026
02ea69d
chore: remove golangci-lint binary and add backend/bin/ to gitignore
fanhua-bytedance Apr 22, 2026
f4f75ea
Merge branch 'main' into feat/trace_preview
fanhua-bytedance Apr 22, 2026
aa26547
feat(observability): migrate column extract default configs to database
fanhua-bytedance Apr 22, 2026
a48b68b
refactor(observability): simplify SelectBest config matching and upda…
fanhua-bytedance Apr 27, 2026
1a279aa
merge: resolve conflicts with main, regenerate kitex_gen and wire_gen
fanhua-bytedance Apr 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ release/deployment/helm-chart/umbrella/Chart.lock
CLAUDE.md
AGENTS.md
backend/script/errorx/.env
backend/bin/
.cursor/
.specify/
specs/
Expand Down
42 changes: 40 additions & 2 deletions backend/api/handler/coze/loop/apis/observability_trace_service.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions backend/api/router/coze/loop/apis/coze.loop.apis.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions backend/api/router/coze/loop/apis/middleware.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading