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

Signed-off-by: carlory <baofa.fan@daocloud.io>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
杨朱 · Kiki
2026-01-30 21:31:17 +08:00
committed by GitHub
parent c5113f60f2
commit cf896ae0e3

View File

@@ -231,11 +231,7 @@ EXPECTED_METRICS_MM = [
"vllm:mm_cache_hits",
]
HIDDEN_DEPRECATED_METRICS: list[str] = [
"vllm:gpu_cache_usage_perc",
"vllm:gpu_prefix_cache_queries",
"vllm:gpu_prefix_cache_hits",
]
HIDDEN_DEPRECATED_METRICS: list[str] = []
@pytest.mark.asyncio