From 8cf08dc1ecc0aa3c341c010d714e8776544c319e Mon Sep 17 00:00:00 2001 From: Kirby Chin Date: Wed, 3 Aug 2022 11:45:57 -0400 Subject: [PATCH] Update user-guide-v1beta2.adoc --- doc/user-guide-v1beta2.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/user-guide-v1beta2.adoc b/doc/user-guide-v1beta2.adoc index 0ccff6260..1c3deb4a4 100644 --- a/doc/user-guide-v1beta2.adoc +++ b/doc/user-guide-v1beta2.adoc @@ -443,11 +443,13 @@ Once a `RuntimeComponent` application is exposed as a Provisioned Service, a ser === Monitoring -Runtime Component Operator can create a `ServiceMonitor` resource to integrate with `Prometheus Operator` once installed. +Runtime Component Operator can create a `ServiceMonitor` resource to integrate with `Prometheus Operator`. -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. +**For 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. -_This feature does not support community versions of Prometheus Operator and integration with Knative Service._ +_The community version of Prometheus Operator is not supported for users on Red Hat OpenShift Container Platform._ + +_This feature does not support integration with Knative Service._ ==== Basic monitoring specification