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
Help: metricsutil.HelpMsgWithStability("Fraction of the request-count limit currently occupied by the Flow Control queue (0.0-1.0), per priority band. The global aggregate is reported with priority=\"\" and only when a global request limit is configured; a dimension with no limit is omitted rather than reported as 0.", compbasemetrics.ALPHA),
Help: metricsutil.HelpMsgWithStability("Fraction of the byte-size limit currently occupied by the Flow Control queue (0.0-1.0), per priority band. The global aggregate is reported with priority=\"\" and only when a global byte limit is configured; a dimension with no limit is omitted rather than reported as 0.", compbasemetrics.ALPHA),
Added flow control queue utilization gauges: `llm_d_epp_flow_control_queue_utilization_requests` and `llm_d_epp_flow_control_queue_utilization_bytes`, reporting queue occupancy as a fraction of the configured limit (0.0-1.0) per priority band, plus a global aggregate series (priority="") when a global limit is configured. Operators can alert on "queue at N% of its limit" directly, without joining config values into PromQL.
0 commit comments