[V1][Metrics] Add iteration_tokens_total histogram from V0 (#13288)
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user