-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[metrics] Add more useful metrics #15809
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
Open
Baidu-AIAK
wants to merge
35
commits into
sgl-project:main
Choose a base branch
from
Baidu-AIAK:pr-monitor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
8748aa1
[monitor] add more metrics
0148d75
[bugfix] change multiprocess_mode from `sum` to `mostrecent`
b887199
[bugfix] remove redundant metric `cache_hit`
5d1bc8b
[bugfix] remove redundant metrics `cache_all`
c12a5c8
[bugfix] remove unused metrics `prefill_run_batch_time`
99cb07e
sync latest code
d3a3923
fix missing import statement
d7944ab
fix undefined variable `server_args`
7659c6e
format code by pre-commit
a9ea8ce
Merge branch 'main' into pr-monitor
Baidu-AIAK 17924a5
Merge branch 'main' into pr-monitor
Baidu-AIAK 3ce41bc
Merge branch 'main' into pr-monitor
Baidu-AIAK 838af83
Merge branch 'main' into pr-monitor
Baidu-AIAK 2ca1768
Merge branch 'main' into pr-monitor
Baidu-AIAK 1c83aa4
Merge branch 'main' into pr-monitor
Baidu-AIAK bfe286a
Merge branch 'main' into pr-monitor
Baidu-AIAK 2f47ef5
Merge branch 'main' into pr-monitor
Baidu-AIAK e7e1da2
Merge branch 'main' into pr-monitor
Baidu-AIAK 375035e
Merge branch 'main' into pr-monitor
Baidu-AIAK c0ef44c
Merge branch 'main' into pr-monitor
Baidu-AIAK cc63e11
Merge branch 'main' into pr-monitor
Baidu-AIAK 667f97b
Merge branch 'main' into pr-monitor
Baidu-AIAK 0ec9123
Merge branch 'main' into pr-monitor
Baidu-AIAK 9d583e3
Merge branch 'main' into pr-monitor
Baidu-AIAK 36da24e
[Bugfix] `init_metrics `deps on attribute defined in `init_model_worker`
b1754bd
Merge branch 'pr-monitor' into pr-monitor-remote
b9c84c2
[Bugfix]`init_ipc_channels`deps on attribute defined in `init_metrics`
956c16f
[bugfix] `current_scheduler_metrics_enabled` is a bool object
29e37c7
[bugfix]fix only DP0 log metrics`run_batch_time` and `equest_first_to…
898d763
[bugfix] recovery comment and use `perf_counter` instead of `time`
0754208
Merge remote-tracking branch 'community/main' into pr-monitor
397c4f2
Merge branch 'main' into pr-monitor
Baidu-AIAK b510bff
split huge `log_decode_stats` into sub `log_decode_*`
6a02ade
Merge branch 'pr-monitor' of https://github.com/Baidu-AIAK/sglang int…
a882c92
Merge branch 'main' into pr-monitor
Baidu-AIAK 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
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.
Somewhat redundant with #13432
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.
Yes, I think this variable is essentially no different from received_time, and it can also be used for embedding requests placed within the serving_base.
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.
yes, it's redundant. I will reuse
received_time