Merged
Conversation
(LogID: 20251127120914010091115104657BA09) Co-Authored-By: Coda <coda@bytedance.com>
Change-Id: I276d102667fc5e195d930d8352972f71803c9847
Change-Id: I278ed8d9f51ecadad41074892144e471360f6ef0
Change-Id: I5491314293e069d38f41c6aa6a7975dd22ac0392
…op into feat_trajectory_observe
Collaborator
|
Submission history contains excessive meaningless information, please organize it |
mocayo
previously requested changes
Dec 5, 2025
Collaborator
mocayo
left a comment
There was a problem hiding this comment.
reorganize commit message and resolve conflicts
CozeLoop
previously requested changes
Dec 5, 2025
Collaborator
CozeLoop
left a comment
There was a problem hiding this comment.
Summary: Found compile-blocking issue in otel FieldConf map and a missing middleware function reference in router.
- [🚫Must Fix] backend/modules/observability/lib/otel/otel_convert.go: Struct literal for FieldConf uses non-existent field names (
attributeKey,isTag,dataType). Replace withAttributeKey,IsTag,DataType. - [🚨Should Fix] backend/api/router/coze/loop/apis/coze.loop.apis.go: Route references
_gettrajectoryconfigMwbut the stub is not defined inmiddleware.go. Add the missing middleware function.
Please address these to unblock compilation and ensure routing consistency.
Change-Id: I923bfa772de801964c637a9741216dcf383eb1ef
…op into feat_trajectory_observe
002b8ef to
1e3d78c
Compare
09c998d to
2f90dfb
Compare
taoyifan89
approved these changes
Dec 17, 2025
kidkidkid
approved these changes
Dec 17, 2025
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