-
Notifications
You must be signed in to change notification settings - Fork 7.6k
SGLang Tracing: Add trace-level, trace-module, and unify tracing/request-stage-metrics #13152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
sufeng-buaa
wants to merge
53
commits into
sgl-project:main
from
openanolis:sufeng-buaa/unify-trace-metric
Closed
Changes from 5 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
ae001a6
Sglang Tracing: Unify tracing and req stage metrics, add trace-level …
sufeng-buaa 8395446
Sglang Tracing: update doc
sufeng-buaa 5dac5da
Sglang Tracing: update test cases
sufeng-buaa e75d844
fix lint
sufeng-buaa 71f9d2a
rename 'NoOpTimeRecorder' to 'NoOpStageContext'
sufeng-buaa a847eba
sglang tracing: fix crash when enable tracing but not install otlp
sufeng-buaa cd6c8d8
sglang tracing: rename 'Sglang***' to 'SGLang***'
sufeng-buaa a1c82a8
sglang tracing: fix dependence install
sufeng-buaa 3ef8db2
trace: add more explanations
sufeng-buaa 6d3735a
fix tracing doc
ShangmingCai 2ed4718
lint
ShangmingCai 9b13760
Merge branch 'main' into sufeng-buaa/unify-trace-metric
ShangmingCai c9efa58
trace: update doc
sufeng-buaa ea30182
trace: standardize naming
sufeng-buaa 44d4e1d
trace: fix lint
sufeng-buaa bbc98f0
Merge branch 'main' into sufeng-buaa/unify-trace-metric
sufeng-buaa dd7e5bb
SGLang Tracing: delete bootstrap_room span and 'trace_context' header
sufeng-buaa f2a92d0
sglang tracing: add module name to root span
sufeng-buaa 2f6f961
Merge branch 'main' into sufeng-buaa/unify-trace-metric
sufeng-buaa 2be1623
Merge branch 'main' into sufeng-buaa/unify-trace-metric
sufeng-buaa 6c57dec
sglang tracing: remove SGLang prefix from classes related to trace
sufeng-buaa 7ca0972
fix lint
sufeng-buaa 66df528
fix 'prev_span' condition
sufeng-buaa bfddf4a
Merge branch 'main' into sufeng-buaa/unify-trace-metric
sufeng-buaa 7631089
fix root span not be closed when scheduler have no propagation_context
sufeng-buaa 5bbeb9d
fix warning for last extra decode when enabling overlap schedule
sufeng-buaa 0f8dc9b
add more test cases
sufeng-buaa 6f9b330
simplify trace function name
sufeng-buaa c6aa18c
check exception path
sufeng-buaa e5f5e2a
fix null reference when propagate_context is null
sufeng-buaa f120734
fix abort on error path
sufeng-buaa b4a75e4
Merge branch 'main' into sufeng-buaa/unify-trace-metric
sufeng-buaa a71fcf3
Merge branch 'main' into sufeng-buaa/unify-trace-metric
sufeng-buaa 23d330c
Merge branch 'main' into sufeng-buaa/unify-trace-metric
sufeng-buaa f37e296
Merge branch 'main' into sufeng-buaa/unify-trace-metric
sufeng-buaa 3911a8d
Merge branch 'main' into sufeng-buaa/unify-trace-metric
sufeng-buaa 371f229
Merge branch 'main' into sufeng-buaa/unify-trace-metric
sufeng-buaa 595367d
Merge branch 'main' into sufeng-buaa/unify-trace-metric
sufeng-buaa 1c69b16
Merge branch 'main' into sufeng-buaa/unify-trace-metric
sufeng-buaa 2620d22
fix conflict
sufeng-buaa 3b856a5
raise Exception if otel init error
sufeng-buaa 4d995b5
fix lint
sufeng-buaa dddee15
fix conflict
sufeng-buaa 68df11f
optimize code
sufeng-buaa 606d3cf
fix conflict
sufeng-buaa 59133cd
fix conflict
sufeng-buaa 91566f0
remove SGLang prefix from classes related to trace
sufeng-buaa 6358231
Merge 'upstream/main' and fix conflict
sufeng-buaa 6c0c233
fix
sufeng-buaa 93f998b
Merge branch 'upstream/main' and fix conflict
sufeng-buaa 66b2fbf
Merge branch 'upstream/main' and fix conflict
sufeng-buaa 954d642
Merge branch 'main' into sufeng-buaa/unify-trace-metric
sufeng-buaa c04a00f
optimize code
sufeng-buaa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I will recorrect it