mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-19 13:16:58 +08:00
cleanup
Signed-off-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
parent
5ea4fa206d
commit
e9e180da5f
@ -472,7 +472,7 @@ class PrometheusStatLogger(StatLoggerBase):
|
|||||||
documentation = "Information of the LLMEngine CacheConfig"
|
documentation = "Information of the LLMEngine CacheConfig"
|
||||||
assert name is not None, f"Unknown metrics info type {type}"
|
assert name is not None, f"Unknown metrics info type {type}"
|
||||||
|
|
||||||
# Info type metrics are syntactic sugar for a gauge permanently set to 1 # noqa: E501
|
# Info type metrics are syntactic sugar for a gauge permanently set to 1
|
||||||
# Since prometheus multiprocessing mode does not support Info, emulate
|
# Since prometheus multiprocessing mode does not support Info, emulate
|
||||||
# info here with a gauge.
|
# info here with a gauge.
|
||||||
info_gauge = self._gauge_cls(
|
info_gauge = self._gauge_cls(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user