-
-
Notifications
You must be signed in to change notification settings - Fork 15.8k
[Metrics] [KVConnector] Add Offloading Connector metrics #27942
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
markmc
merged 51 commits into
vllm-project:main
from
omerpaz95:offload-connector-metrics
Jan 27, 2026
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
aa34a73
Initial offloading metrics collection.
7365ae9
Timing telemetry are now per-token instead of per-block.
fb23282
Post-lint
omerpaz95 d6b44d7
Another pre-commit fix.
omerpaz95 20e93ac
Merge branch 'main' into offload-connector-metrics
omerpaz95 30bb045
Merge branch 'main' into offload-connector-metrics
omerpaz95 af9da55
Fixed PR review-added PromMetrics
omerpaz95 5cef9b8
Merge branch 'main' into offload-connector-metrics
omerpaz95 bd669ca
Merge branch 'main' into offload-connector-metrics
omerpaz95 42e26b6
Merge branch 'main' into offload-connector-metrics
omerpaz95 c511751
Fixed after code review by Or.
omerpaz95 be29129
Merge branch 'main' into offload-connector-metrics
omerpaz95 cb85778
Merge branch 'main' into offload-connector-metrics
omerpaz95 fc8f71b
Merge branch 'main' into offload-connector-metrics
omerpaz95 d3d19c1
Another pre-commit fix.
omerpaz95 20fddae
Small bugfixing
omerpaz95 a624c84
Merge branch 'main' into offload-connector-metrics
omerpaz95 22409e5
pre-commit fix.
omerpaz95 30f551d
Changed metric logging as per new required spec
omerpaz95 a72a283
Merge branch 'main' into offload-connector-metrics
omerpaz95 d994e8b
Fixed computation of request bytes.
omerpaz95 fd36f9f
Merge branch 'main' into offload-connector-metrics
omerpaz95 ea35979
Fix pre-commit check.
omerpaz95 e892970
Merge branch 'main' into offload-connector-metrics
omerpaz95 71c0154
Delete out.txt
omerpaz95 e4bb13a
Removed unneccessary changes.
omerpaz95 56313ca
Merge branch 'main' into offload-connector-metrics
omerpaz95 8f92427
Merge branch 'main' into offload-connector-metrics
omerpaz95 3402af1
removed unreferenced value.
omerpaz95 f074210
Merge branch 'main' into offload-connector-metrics
omerpaz95 c035d2f
Merge branch 'main' into offload-connector-metrics
omerpaz95 1981e15
changed metric collection as per Or's request
omerpaz95 4a67a80
Merge branch 'main' into offload-connector-metrics
omerpaz95 01f7b8d
Fixed after Or's review
omerpaz95 17738ad
Fixed after Mark's comments.
omerpaz95 4141d18
Merge branch 'main' into offload-connector-metrics
omerpaz95 311a2bf
Merge branch 'main' into offload-connector-metrics
omerpaz95 deb30c1
Another review fix.
omerpaz95 83fe59c
Merge branch 'main' into offload-connector-metrics
omerpaz95 2b4564f
Fix after Or's review.
omerpaz95 92099d5
Merge branch 'main' into offload-connector-metrics
omerpaz95 1677b51
Styling fixes
omerpaz95 53bf4da
Added type assert
omerpaz95 b7f4652
Merge branch 'main' into offload-connector-metrics
omerpaz95 dfbb321
Minor fixes and tests conform with new datastructs and metrics
omerpaz95 7a421b5
Merge branch 'main' into offload-connector-metrics
omerpaz95 e44d8c2
Fixed bugs.
omerpaz95 ba64beb
Merge branch 'main' into offload-connector-metrics
omerpaz95 8846b5a
Merge branch 'main' into offload-connector-metrics
omerpaz95 f320fea
Merge branch 'main' into offload-connector-metrics
markmc bbc2cd1
Merge branch 'main' into offload-connector-metrics
markmc 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
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.
can you also assert
0 < finished[0].time < (time.time() - start_time)?