Skip to content

Commit e1e81f5

Browse files
committed
Added metric for MaxCL
1 parent c2af61f commit e1e81f5

File tree

1 file changed

+1
-0
lines changed
  • keps/sig-api-machinery/1040-priority-and-fairness

1 file changed

+1
-0
lines changed

keps/sig-api-machinery/1040-priority-and-fairness/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2046,6 +2046,7 @@ This KEP adds the following metrics.
20462046
- apiserver_service_duration (histogram, broken down by priority, FlowSchema)
20472047
- `apiserver_flowcontrol_request_concurrency_limit` (gauge of NominalCL, broken down by priority)
20482048
- `apiserver_flowcontrol_request_min_concurrency_limit` (gauge of MinCL, broken down by priority)
2049+
- `apiserver_flowcontrol_request_max_concurrency_limit` (gauge of MaxCL, broken down by priority)
20492050
- `apiserver_flowcontrol_request_current_concurrency_limit` (gauge of CurrentCL, broken down by priority)
20502051
- `apiserver_flowcontrol_demand_seats` (timing ratio histogram of seat demand / NominalCL, broken down by priority)
20512052
- `apiserver_flowcontrol_demand_seats_high_water_mark` (gauge of HighSeatDemand, broken down by priority)

0 commit comments

Comments
 (0)