-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AI-4795 Coverage for ray_vllm* metrics (#19358)
* Add custom scraper * add scraper class * With debug logs * Remove excessive debug logs * add metric prefix variable * Add ray_vllm: metric map * Add unit tests for ray_vllm: metrics * Remove custom scraper class * Add ray test fixture * Update changelog * linting * Linting * Updated changelog to use added * Update vllm/changelog.d/19358.added Co-authored-by: Kyle Neale <kyle.neale@datadoghq.com> * Update changelog message * Update changelog message * Update changelog message * Add comment for metric map * Edit comment * Move comment to metrics.py for ray_vllm namespaced metrics --------- Co-authored-by: Kyle Neale <kyle.neale@datadoghq.com>
- Loading branch information
1 parent
a189c7a
commit f082dc1
Showing
8 changed files
with
278 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add coverage for vLLM metrics prefixed with `ray_vllm` |
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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