diff --git a/content/en/docs/reference/instrumentation/metrics.md b/content/en/docs/reference/instrumentation/metrics.md
index a0269c06c79b0..6acaf5eecc6ca 100644
--- a/content/en/docs/reference/instrumentation/metrics.md
+++ b/content/en/docs/reference/instrumentation/metrics.md
@@ -6,10 +6,10 @@ description: >-
Details of the metric data that Kubernetes components export.
---
-## Metrics (v1.30)
+## Metrics (v1.31)
-
-
+
+
This page details the metrics that different Kubernetes components export. You can query the metrics endpoint for these
components using an HTTP scrape, and fetch the current metrics data in Prometheus format.
@@ -291,6 +291,20 @@ Stable metrics observe strict API contracts and no labels can be added or remove
Beta metrics observe a looser API contract than its stable counterparts. No labels can be removed from beta metrics during their lifetime, however, labels can be added while the metric is in the beta stage. This offers the assurance that beta metrics will honor existing dashboards and alerts, while allowing for amendments in the future.
+
apiserver_cel_compilation_duration_seconds
+
CEL compilation time in seconds.
+
+
BETA
+
Histogram
+
+
+
apiserver_cel_evaluation_duration_seconds
+
CEL evaluation time in seconds.
+
+
BETA
+
Histogram
+
+
apiserver_flowcontrol_current_executing_requests
Number of requests in initial (for a WATCH) or any (for a non-WATCH) execution stage in the API Priority and Fairness subsystem
@@ -340,6 +354,20 @@ Beta metrics observe a looser API contract than its stable counterparts. No labe
Validation admission latency for individual validation expressions in seconds, labeled by policy and further including binding and enforcement action taken.
+
+
BETA
+
Histogram
+
enforcement_actionerror_typepolicypolicy_binding
+
+
apiserver_validating_admission_policy_check_total
+
Validation admission policy check total, labeled by policy and further identified by binding and enforcement action taken.
+
+
BETA
+
Counter
+
enforcement_actionerror_typepolicypolicy_binding
+
disabled_metrics_total
The count of disabled metrics.
@@ -369,7 +397,7 @@ Beta metrics observe a looser API contract than its stable counterparts. No labe
deprecated_versionstability_level
scheduler_pod_scheduling_sli_duration_seconds
-
E2e latency for a pod being scheduled, from the time the pod enters the scheduling queue an d might involve multiple scheduling attempts.
+
E2e latency for a pod being scheduled, from the time the pod enters the scheduling queue and might involve multiple scheduling attempts.
BETA
Histogram
@@ -620,20 +648,6 @@ Alpha metrics do not have any API guarantees. These metrics must be used at your
Validation admission latency for individual validation expressions in seconds, labeled by policy and further including binding, state and enforcement action taken.
-
-
ALPHA
-
Histogram
-
enforcement_actionpolicypolicy_bindingstate
-
-
apiserver_validating_admission_policy_check_total
-
Validation admission policy check total, labeled by policy and further identified by binding, enforcement action taken, and state.
The time(seconds) that the HPA controller takes to calculate one metric. The label 'action' should be either 'scale_down', 'scale_up', or 'none'. The label 'error' should be either 'spec', 'internal', or 'none'. The label 'metric_type' corresponds to HPA.spec.metrics[*].type
@@ -1726,6 +1712,13 @@ Alpha metrics do not have any API guarantees. These metrics must be used at your