Skip to content

Commit 1e5062c

Browse files
committed
Auto update
1 parent 95dbfa1 commit 1e5062c

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

test/instrumentation/testdata/stable-metrics-list.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- name: compilation_duration_seconds
2+
subsystem: cel
3+
namespace: apiserver
4+
help: CEL compilation time in seconds.
5+
type: Histogram
6+
stabilityLevel: BETA
7+
- name: evaluation_duration_seconds
8+
subsystem: cel
9+
namespace: apiserver
10+
help: CEL evaluation time in seconds.
11+
type: Histogram
12+
stabilityLevel: BETA
113
- name: current_executing_requests
214
subsystem: flowcontrol
315
namespace: apiserver
@@ -80,6 +92,36 @@
8092
- 10
8193
- 15
8294
- 30
95+
- name: check_duration_seconds
96+
subsystem: validating_admission_policy
97+
namespace: apiserver
98+
help: Validation admission latency for individual validation expressions in seconds,
99+
labeled by policy and further including binding and enforcement action taken.
100+
type: Histogram
101+
stabilityLevel: BETA
102+
labels:
103+
- enforcement_action
104+
- error_type
105+
- policy
106+
- policy_binding
107+
buckets:
108+
- 5e-07
109+
- 0.001
110+
- 0.01
111+
- 0.1
112+
- 1
113+
- name: check_total
114+
subsystem: validating_admission_policy
115+
namespace: apiserver
116+
help: Validation admission policy check total, labeled by policy and further identified
117+
by binding and enforcement action taken.
118+
type: Counter
119+
stabilityLevel: BETA
120+
labels:
121+
- enforcement_action
122+
- error_type
123+
- policy
124+
- policy_binding
83125
- name: disabled_metrics_total
84126
help: The count of disabled metrics.
85127
type: Counter

0 commit comments

Comments
 (0)