-
Notifications
You must be signed in to change notification settings - Fork 690
feat: Add model label for vllm backend metrics #2474
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
Merged
Merged
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
c23f86f
Implement add_labels for Endpoint and add model name to StatLoggerFac…
tzulingk e7e2a2e
format the codes
tzulingk 9a8cc4d
remove unused import
tzulingk 90d64d4
refactor: change create_endpoint from model to labels parameter
keivenchang 5841108
refactor: update metrics endpoint creation to use labels instead of m…
keivenchang af27fb2
style: fix formatting in service_metrics example
keivenchang 3b11882
Add metrics labels at EndpointConfigBuilder::start()
tzulingk 7c3bdb0
Add metric_labels in EndpointConfig.
tzulingk acb237f
Merge remote-tracking branch 'origin/main' into tzulingk/model_label_…
tzulingk 386dd2a
Change labels to metrics_labels
tzulingk 402d5e6
Merge branch 'main' into tzulingk/model_label_dis_444
tzulingk 60171e8
Cargo fmt
tzulingk 40d8f86
Merge branch 'main' into tzulingk/model_label_dis_444
tzulingk 91101ad
Merge branch 'main' into tzulingk/model_label_dis_444
tzulingk 946e821
Use different endpoint name to aavoid the duplicated metrics registra…
tzulingk f7f86be
Merge branch 'main' into tzulingk/model_label_dis_444
tzulingk 939808a
Remove the metrics_labels in MockVllmEngine, so that we will have the…
tzulingk cc8364c
format tests/router/test_router_e2e_with_mockers.py
tzulingk 9ef6e2f
Merge branch 'main' into tzulingk/model_label_dis_444
tzulingk 523984f
Update examples/multimodal/components/worker.py
tzulingk 7f2ea28
Update components/backends/vllm/src/dynamo/vllm/main.py
tzulingk fd892a1
Update components/backends/vllm/src/dynamo/vllm/publisher.py
tzulingk ed24e16
Update components/backends/vllm/src/dynamo/vllm/publisher.py
tzulingk c35521b
Update components/backends/vllm/src/dynamo/vllm/publisher.py
tzulingk 837570b
Merge branch 'main' into tzulingk/model_label_dis_444
tzulingk 651b4f1
Merge branch 'main' into tzulingk/model_label_dis_444
tzulingk a8a84fa
Merge branch 'main' into tzulingk/model_label_dis_444
tzulingk 406c880
fmt python files
tzulingk 578d25c
python fmt.
tzulingk b9acce8
pre-commit run --all-files results are different from my local black …
tzulingk 2f294e6
Merge branch 'main' into tzulingk/model_label_dis_444
tzulingk 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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.