You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support fake metrics
Signed-off-by: Ira <IRAR@il.ibm.com>
* Readme
Signed-off-by: Ira <IRAR@il.ibm.com>
* Removed commented out code
Signed-off-by: Ira <IRAR@il.ibm.com>
---------
Signed-off-by: Ira <IRAR@il.ibm.com>
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,16 @@ For more details see the <a href="https://docs.vllm.ai/en/stable/getting_started
125
125
- `zmq-endpoint`: ZMQ address to publish events
126
126
- `event-batch-size`: the maximum number of kv-cache events to be sent together, defaults to 16
127
127
-->
128
+
-`fake-metrics`: represents a predefined set of metrics to be sent to Prometheus as a substitute for the actual data. When specified, only these fake metrics will be reported — real metrics and fake metrics will never be reported simultaneously. The set should include values for
129
+
-`running-requests`
130
+
-`waiting-requests`
131
+
-`kv-cache-usage`
132
+
-`loras` - an array containing LoRA information objects, each with `running` (a comma-separated list of active LoRAs), `waiting` (a comma-separated list of LoRAs on hold), and a `timestamp`.
0 commit comments