mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Auto update
This commit is contained in:
parent
95dbfa1c3d
commit
1e5062c5d4
@ -1,3 +1,15 @@
|
||||
- name: compilation_duration_seconds
|
||||
subsystem: cel
|
||||
namespace: apiserver
|
||||
help: CEL compilation time in seconds.
|
||||
type: Histogram
|
||||
stabilityLevel: BETA
|
||||
- name: evaluation_duration_seconds
|
||||
subsystem: cel
|
||||
namespace: apiserver
|
||||
help: CEL evaluation time in seconds.
|
||||
type: Histogram
|
||||
stabilityLevel: BETA
|
||||
- name: current_executing_requests
|
||||
subsystem: flowcontrol
|
||||
namespace: apiserver
|
||||
@ -80,6 +92,36 @@
|
||||
- 10
|
||||
- 15
|
||||
- 30
|
||||
- name: check_duration_seconds
|
||||
subsystem: validating_admission_policy
|
||||
namespace: apiserver
|
||||
help: Validation admission latency for individual validation expressions in seconds,
|
||||
labeled by policy and further including binding and enforcement action taken.
|
||||
type: Histogram
|
||||
stabilityLevel: BETA
|
||||
labels:
|
||||
- enforcement_action
|
||||
- error_type
|
||||
- policy
|
||||
- policy_binding
|
||||
buckets:
|
||||
- 5e-07
|
||||
- 0.001
|
||||
- 0.01
|
||||
- 0.1
|
||||
- 1
|
||||
- name: check_total
|
||||
subsystem: validating_admission_policy
|
||||
namespace: apiserver
|
||||
help: Validation admission policy check total, labeled by policy and further identified
|
||||
by binding and enforcement action taken.
|
||||
type: Counter
|
||||
stabilityLevel: BETA
|
||||
labels:
|
||||
- enforcement_action
|
||||
- error_type
|
||||
- policy
|
||||
- policy_binding
|
||||
- name: disabled_metrics_total
|
||||
help: The count of disabled metrics.
|
||||
type: Counter
|
||||
|
Loading…
Reference in New Issue
Block a user