From 54af8d8115f50ffbc3ab683054b6ea9b3f53af0a Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Thu, 16 Oct 2025 15:13:06 -0500 Subject: [PATCH 1/2] Update OCP documentation links to latest versions This commit updates OpenShift Container Platform documentation URLs to point to the latest available versions. Updated by: ocp-doc-checker More info: https://github.com/sebrandon1/ocp-doc-checker --- docs/operand_metrics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operand_metrics.md b/docs/operand_metrics.md index 486158e3e..d7550bbd8 100644 --- a/docs/operand_metrics.md +++ b/docs/operand_metrics.md @@ -6,7 +6,7 @@ You can configure OpenShift Monitoring to collect metrics from cert-manager oper ### Enable User Workload Monitoring -Cluster administrators can enable monitoring for user-defined projects by setting the `enableUserWorkload: true` field in the cluster monitoring ConfigMap object. For more details, Please look at the detailed documentation to [Configuring user workload monitoring](https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/monitoring/configuring-user-workload-monitoring). +Cluster administrators can enable monitoring for user-defined projects by setting the `enableUserWorkload: true` field in the cluster monitoring ConfigMap object. For more details, Please look at the detailed documentation to [Configuring user workload monitoring](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/monitoring/configuring-user-workload-monitoring). 1. Create or edit the ConfigMap `cluster-monitoring-config` in namespace `openshift-monitoring`. @@ -98,7 +98,7 @@ You can select and view these Prometheus Targets via the OpenShift web console, ### Query Metrics -As a cluster administrator or as a user with view permissions for all projects, You can access these metrics using the command line or via the OpenShift web console. For more details, Please look at the detailed documentation to [Accessing metrics](https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/monitoring/accessing-metrics). +As a cluster administrator or as a user with view permissions for all projects, You can access these metrics using the command line or via the OpenShift web console. For more details, Please look at the detailed documentation to [Accessing metrics](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/monitoring/accessing-metrics). 1. Retrieve a bearer token. You can use the following command to get a token for a specific service account. ``` From e361c6d0f77725db48e282c857582d5ba2cae244 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Fri, 24 Oct 2025 09:20:30 -0500 Subject: [PATCH 2/2] Update OCP documentation links to latest versions This commit updates OpenShift Container Platform documentation URLs to point to the latest available versions. Updated by: ocp-doc-checker More info: https://github.com/sebrandon1/ocp-doc-checker --- docs/operand_metrics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operand_metrics.md b/docs/operand_metrics.md index d7550bbd8..5becaa7d0 100644 --- a/docs/operand_metrics.md +++ b/docs/operand_metrics.md @@ -6,7 +6,7 @@ You can configure OpenShift Monitoring to collect metrics from cert-manager oper ### Enable User Workload Monitoring -Cluster administrators can enable monitoring for user-defined projects by setting the `enableUserWorkload: true` field in the cluster monitoring ConfigMap object. For more details, Please look at the detailed documentation to [Configuring user workload monitoring](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/monitoring/configuring-user-workload-monitoring). +Cluster administrators can enable monitoring for user-defined projects by setting the `enableUserWorkload: true` field in the cluster monitoring ConfigMap object. For more details, Please look at the detailed documentation to [Configuring user workload monitoring](https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/monitoring/configuring-user-workload-monitoring). 1. Create or edit the ConfigMap `cluster-monitoring-config` in namespace `openshift-monitoring`. @@ -98,7 +98,7 @@ You can select and view these Prometheus Targets via the OpenShift web console, ### Query Metrics -As a cluster administrator or as a user with view permissions for all projects, You can access these metrics using the command line or via the OpenShift web console. For more details, Please look at the detailed documentation to [Accessing metrics](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/monitoring/accessing-metrics). +As a cluster administrator or as a user with view permissions for all projects, You can access these metrics using the command line or via the OpenShift web console. For more details, Please look at the detailed documentation to [Accessing metrics](https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/monitoring/accessing-metrics). 1. Retrieve a bearer token. You can use the following command to get a token for a specific service account. ```