From 4588c4f66095db48edaf7850d952a69e8bbc6a41 Mon Sep 17 00:00:00 2001 From: Kirby Chin Date: Wed, 3 Aug 2022 11:19:54 -0400 Subject: [PATCH] Update user-guide-v1beta2.adoc --- doc/user-guide-v1beta2.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-guide-v1beta2.adoc b/doc/user-guide-v1beta2.adoc index fa2a776c..0ccff626 100644 --- a/doc/user-guide-v1beta2.adoc +++ b/doc/user-guide-v1beta2.adoc @@ -443,7 +443,7 @@ Once a `RuntimeComponent` application is exposed as a Provisioned Service, a ser === Monitoring -Runtime Component Operator can create a Prometheus `ServiceMonitor` resource to integrate with `Prometheus Operator` once installed. +Runtime Component Operator can create a `ServiceMonitor` resource to integrate with `Prometheus Operator` once installed. Monitoring can be leveraged by users on Red Hat OpenShift Container Platform v4.6+. Before using the feature, you must install `Prometheus Operator` by following our link:++https://github.com/OpenLiberty/open-liberty-operator/blob/main/doc/openshift-monitoring.adoc#application-monitoring-on-rhocp-46++[Application Monitoring on RHOCP 4.6+] guide. Configure the `RuntimeComponent` CR instance with the basic or advanced monitoring specification below, then view Prometheus Metrics through the OpenShift UI as "Administrator" under the `Observe` > `Metrics` tab.