From e383712d279a868a333676c1c40ce7b07fea0aaa Mon Sep 17 00:00:00 2001 From: Nesma Badr Date: Mon, 27 Jan 2025 13:06:40 +0100 Subject: [PATCH] Update docs/operator/operations.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Małgorzata Świeca --- docs/operator/operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator/operations.md b/docs/operator/operations.md index 0575f7b884..5dfca89cf7 100644 --- a/docs/operator/operations.md +++ b/docs/operator/operations.md @@ -16,7 +16,7 @@ The following metrics are exposed: | `reconcile_duration_seconds` | Gauge Vector | Indicates the duration of a manifest reconciliation in seconds. | | `lifecycle_mgr_purgectrl_time` | Gauge | Indicates the average duration of purge reconciliation. | | `lifecycle_mgr_purgectrl_requests_total` | Counter | Indicates the total number of purges. | -| `lifecycle_mgr_purgectrl_error` | Gauge Vector | Indicates the errors produced by purge. | +| `lifecycle_mgr_purgectrl_error` | Gauge Vector | Indicates the errors produced by the purge. | | `lifecycle_mgr_self_signed_cert_not_renew` | Gauge Vector | Indicates that the self-signed Certificate of a Kyma CR is not renewed yet. |