diff --git a/content/en/docs/reference/instrumentation/metrics.md b/content/en/docs/reference/instrumentation/metrics.md
index a94953a565..0bc4338b60 100644
--- a/content/en/docs/reference/instrumentation/metrics.md
+++ b/content/en/docs/reference/instrumentation/metrics.md
@@ -8,7 +8,7 @@ description: >-
## Metrics (v1.29)
-
+
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.
@@ -635,25 +635,25 @@ Alpha metrics do not have any API guarantees. These metrics must be used at your
Labels: protocol transport
apiserver_encryption_config_controller_automatic_reload_failures_total
-
Total number of failed automatic reloads of encryption configuration.
+
Total number of failed automatic reloads of encryption configuration split by apiserver identity.
Stability Level: ALPHA
Type: Counter
-
+
Labels: apiserver_id_hash
apiserver_encryption_config_controller_automatic_reload_last_timestamp_seconds
-
Timestamp of the last successful or failed automatic reload of encryption configuration.
+
Timestamp of the last successful or failed automatic reload of encryption configuration split by apiserver identity.
Stability Level: ALPHA
Type: Gauge
- Labels: status
+
Labels: apiserver_id_hash status
apiserver_encryption_config_controller_automatic_reload_success_total
-
Total number of successful automatic reloads of encryption configuration.
+
Total number of successful automatic reloads of encryption configuration split by apiserver identity.
Stability Level: ALPHA
Type: Counter
-
+
Labels: apiserver_id_hash
apiserver_envelope_encryption_dek_cache_fill_percent
Percent of the cache slots currently occupied by cached DEKs.
@@ -688,21 +688,21 @@ Alpha metrics do not have any API guarantees. These metrics must be used at your
Stability Level: ALPHA
Type: Gauge
- Labels: key_id_hash provider_name transformation_type
+
Labels: apiserver_id_hash key_id_hash provider_name transformation_type
apiserver_envelope_encryption_key_id_hash_status_last_timestamp_seconds
The last time in seconds when a keyID was returned by the Status RPC call.
Stability Level: ALPHA
Type: Gauge
- Labels: key_id_hash provider_name
+
Labels: apiserver_id_hash key_id_hash provider_name
apiserver_envelope_encryption_key_id_hash_total
-
Number of times a keyID is used split by transformation type and provider.
+
Number of times a keyID is used split by transformation type, provider, and apiserver identity.
Stability Level: ALPHA
Type: Counter
- Labels: key_id_hash provider_name transformation_type
+
Labels: apiserver_id_hash key_id_hash provider_name transformation_type
apiserver_envelope_encryption_kms_operations_latency_seconds
KMS operation duration with gRPC error code status total.