File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
test/instrumentation/testdata Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
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
1
13
- name : current_executing_requests
2
14
subsystem : flowcontrol
3
15
namespace : apiserver
80
92
- 10
81
93
- 15
82
94
- 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
83
125
- name : disabled_metrics_total
84
126
help : The count of disabled metrics.
85
127
type : Counter
You can’t perform that action at this time.
0 commit comments