Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for request_concurrency_limit (0.22 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/metrics/metrics.go

    		[]string{priorityLevel, flowSchema},
    	)
    	apiserverRequestConcurrencyLimit = compbasemetrics.NewGaugeVec(
    		&compbasemetrics.GaugeOpts{
    			Namespace: namespace,
    			Subsystem: subsystem,
    			Name:      "request_concurrency_limit",
    			Help:      "Nominal number of execution seats configured for each priority level",
    			// Remove this metric once all suppported releases have the equal nominal_limit_seats metric
    			DeprecatedVersion: "1.30.0",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 24 19:40:05 UTC 2023
    - 25.6K bytes
    - Viewed (0)
Back to top