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
Copy file name to clipboardExpand all lines: site-src/guides/metrics-and-observability.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ These metrics provide insights into the [Flow Control layer](flow-control.md) wi
64
64
| inference_extension_flow_control_queue_bytes | Gauge | The current size in bytes of all requests being actively managed by the Flow Control layer. This includes requests from the moment they enter the `EnqueueAndWait` function until they reach a final outcome. |`fairness_id`=<flow-id> <br> `priority`=<flow-priority> <br> `inference_pool`=<pool-name> <br> `model_name`=<model-name> <br> `target_model_name`=<target-model-name>| ALPHA |
65
65
| inference_extension_flow_control_dispatch_cycle_duration_seconds | Histogram | The time taken for each dispatch cycle in the Flow Control layer. || ALPHA |
66
66
| inference_extension_flow_control_request_enqueue_duration_seconds | Gauge | The time taken to enqueue requests by the EPP Flow Control layer. |`fairness_id`=<flow-id> <br> `priority`=<flow-priority> <br> `outcome`=<QueueOutcome>| ALPHA |
67
+
| inference_extension_flow_control_pool_saturation | Gauge | Current saturation level of the inference pool (0.0 = empty, 1.0 = fully saturated). |`inference_pool`=<pool-name>| ALPHA |
0 commit comments