Add vllm:prefix_cache_hits and vllm:prefix_cache_queries counters #358
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
| name: Prow Commands | |
| on: | |
| issue_comment: | |
| types: [created] | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| prow: | |
| uses: llm-d/llm-d-infra/.github/workflows/reusable-prow-commands.yml@main |