Skip to content

Commit 0b0b85b

Browse files
authored
Merge pull request #28412 from MikeSpreitzer/add-apf-seats
Doc the apiserver_flowcontrol_request_concurrency_in_use metric
2 parents a30ecd3 + 75b274a commit 0b0b85b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/concepts/cluster-administration/flow-control.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,10 @@ poorly-behaved workloads that may be harming system health.
412412
queue) requests, broken down by the labels `priority_level` and
413413
`flow_schema`.
414414

415+
* `apiserver_flowcontrol_request_concurrency_in_use` is a gauge vector
416+
holding the instantaneous number of occupied seats, broken down by
417+
the labels `priority_level` and `flow_schema`.
418+
415419
* `apiserver_flowcontrol_priority_level_request_count_samples` is a
416420
histogram vector of observations of the then-current number of
417421
requests broken down by the labels `phase` (which takes on the

0 commit comments

Comments
 (0)