Unverified Commit cf896ae0 authored by 杨朱 · Kiki's avatar 杨朱 · Kiki Committed by GitHub
Browse files

[Misc] Clean up HIDDEN_DEPRECATED_METRICS after metric removal (#33323)


Signed-off-by: default avatarcarlory <baofa.fan@daocloud.io>
Co-authored-by: default avatarClaude Opus 4.5 <noreply@anthropic.com>
parent c5113f60
...@@ -231,11 +231,7 @@ EXPECTED_METRICS_MM = [ ...@@ -231,11 +231,7 @@ EXPECTED_METRICS_MM = [
"vllm:mm_cache_hits", "vllm:mm_cache_hits",
] ]
HIDDEN_DEPRECATED_METRICS: list[str] = [ HIDDEN_DEPRECATED_METRICS: list[str] = []
"vllm:gpu_cache_usage_perc",
"vllm:gpu_prefix_cache_queries",
"vllm:gpu_prefix_cache_hits",
]
@pytest.mark.asyncio @pytest.mark.asyncio
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment