-
Notifications
You must be signed in to change notification settings - Fork 82
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
Feat: Router observability (Current QPS, router-side queueing delay, etc) - WIP #90
Closed
Conversation
This file contains 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
…side queueing delay, number of pending / prefilling / decoding requests, average prefill / decoding length
… to check nvidia-smi and nvidia-ctk when setup
@sitloboi2012 Thanks a lot for your contribution! Just making sure, are you planning to update the metrics based on our latest discussions in #78 ? |
@YuhanLiu11 yep I will update the metrics again based on the discussion in the #78 👍 |
…update router to include instrumental log for vllm num of request, updatet installl minikube cluster to include checking and updating docker, minikube context and path tracking for nvidia-smi and nvidia-ctk
* feat(router): generate req id with uuid. Signed-off-by: Electronic-Waste <[email protected]> * fix: fix lint error. Signed-off-by: Electronic-Waste <[email protected]> --------- Signed-off-by: Electronic-Waste <[email protected]>
Signed-off-by: 0xThresh.eth <[email protected]>
Signed-off-by: junchenj <[email protected]>
* Add helm update to helm func test pipeline * Add runtimeClassName to multi model test --------- Signed-off-by: Shaoting Feng <[email protected]>
Signed-off-by: Shaoting Feng <[email protected]>
* Adding TP>1 support and adding shm size as a configurable parameter Signed-off-by: YuhanLiu11 <[email protected]>
…side queueing delay, number of pending / prefilling / decoding requests, average prefill / decoding length
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.
Update the Grafana to include these new metrics:
Formatting layout for Grafana visualization
Update router to include instrumental for tracking and logging new metrics
Minor update:
Please refer to Issue 78 for more info