[V1][Metrics] Add iteration_tokens_total histogram from V0 (#13288)

This commit is contained in:
Mark McLoughlin
2025-02-15 11:56:19 +00:00
committed by GitHub
parent 7fdaaf48ef
commit 2ad1bc7afe
3 changed files with 35 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ class AsyncLLM(EngineClient):
if self.log_stats:
self.stat_loggers.extend([
LoggingStatLogger(),
PrometheusStatLogger(vllm_config.model_config),
PrometheusStatLogger(vllm_config),
])
# Tokenizer (+ ensure liveness if running in another process).