forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* change cache metrics to maintain fixed-sized queue change cache metrics to maintain fixed-sized queue Adding metrics to llm engine stats and exposed through prometheus gauge Adding metrics to llm engine stats and exposed through prometheus gauge clear metrics counters upon update * fix rebase error * addressing comments * addressing comments * add metrics collection flag * update with metrics flags * addressing comments addressing comments * addressing comments * addressing comments: avoid copying & moving counters out of metrics check * add async ops metrics * add async ops metrics --------- Co-authored-by: Le Xu <[email protected]>
- Loading branch information
1 parent
279175d
commit 8d34fa4
Showing
6 changed files
with
395 additions
and
105 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.