From 1e5062c5d410d4b836b86a57245d7ab9a7507052 Mon Sep 17 00:00:00 2001 From: cici37 Date: Fri, 19 Jul 2024 22:26:40 +0000 Subject: [PATCH] Auto update --- .../testdata/stable-metrics-list.yaml | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/test/instrumentation/testdata/stable-metrics-list.yaml b/test/instrumentation/testdata/stable-metrics-list.yaml index 9e4991def96..20ce1738d15 100644 --- a/test/instrumentation/testdata/stable-metrics-list.yaml +++ b/test/instrumentation/testdata/stable-metrics-list.yaml @@ -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