-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[MISC] Set label value to timestamp over 0, to keep track of recent history #9777
Conversation
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
…of adapter queue and active adapters Signed-off-by: Kunjan Patel <[email protected]>
Signed-off-by: Kunjan Patel <[email protected]>
…istory (vllm-project#9777) Signed-off-by: Kunjan Patel <[email protected]> Signed-off-by: Randall Smith <[email protected]>
…istory (vllm-project#9777) Signed-off-by: Kunjan Patel <[email protected]> Signed-off-by: NickLucche <[email protected]>
…istory (vllm-project#9777) Signed-off-by: Kunjan Patel <[email protected]> Signed-off-by: NickLucche <[email protected]>
…istory (vllm-project#9777) Signed-off-by: Kunjan Patel <[email protected]>
…istory (vllm-project#9777) Signed-off-by: Kunjan Patel <[email protected]> Signed-off-by: Linkun Chen <[email protected]>
…istory (vllm-project#9777) Signed-off-by: Kunjan Patel <[email protected]>
…istory (vllm-project#9777) Signed-off-by: Kunjan Patel <[email protected]> Signed-off-by: Loc Huynh <[email protected]>
Set label value to timestamp over 0 which is not consumed at all, to keep track of recent history of waiting adapters and active adapters, so metrics polling doesn't have to be aggressive.
We plan to leverage this information for routing decisions in https://github.com/kubernetes-sigs/llm-instance-gateway