Auto update

This commit is contained in:
cici37 2024-07-19 22:26:40 +00:00
parent 95dbfa1c3d
commit 1e5062c5d4

View File

@ -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