File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
content/en/docs/concepts/security Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,17 @@ current policy level:
125
125
- Valid updates to `.spec.activeDeadlineSeconds`
126
126
- Valid updates to `.spec.tolerations`
127
127
128
+ # # Metrics
129
+
130
+ Here are the Prometheus metrics exposed by kube-apiserver :
131
+
132
+ - `pod_security_errors_total` : This metric indicates the number of errors preventing normal evaluation.
133
+ Non-fatal errors may result in the latest restricted profile being used for evaluation.
134
+ - `pod_security_evaluations_total` : This metric indicates the number of policy evaluations that have occurred,
135
+ not counting ignored or exempt requests during exporting.
136
+ - `pod_security_exemptions_total` : This metric indicates the number of exempt requests, not counting ignored
137
+ or out of scope requests.
138
+
128
139
# # {{% heading "whatsnext" %}}
129
140
130
141
- [Pod Security Standards](/docs/concepts/security/pod-security-standards)
You can’t perform that action at this time.
0 commit comments