Skip to content

Commit 55ed899

Browse files
committedAug 3, 2022
Update user-guide-v1beta2.adoc
1 parent 984ca6c commit 55ed899

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎doc/user-guide-v1beta2.adoc

+6-2
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,11 @@ Once a `RuntimeComponent` application is exposed as a Provisioned Service, a ser
445445

446446
Runtime Component Operator can create a `ServiceMonitor` resource to integrate with `Prometheus Operator`.
447447

448-
_This feature does not support integration with Knative Service. Prometheus Operator is required to use ServiceMonitor._
448+
**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.
449+
450+
_The community version of Prometheus Operator is not supported for users on Red Hat OpenShift Container Platform._
451+
452+
_This feature does not support integration with Knative Service._
449453

450454
==== Basic monitoring specification
451455

@@ -466,7 +470,7 @@ spec:
466470

467471
==== Advanced monitoring specification
468472

469-
For advanced scenarios, it is possible to set many `ServicerMonitor` settings such as authentication secret using link:++https://github.com/coreos/prometheus-operator/blob/main/Documentation/api.md#endpoint++[Prometheus Endpoint]
473+
For advanced scenarios, it is possible to set many `ServiceMonitor` settings such as authentication secret using link:++https://github.com/coreos/prometheus-operator/blob/main/Documentation/api.md#endpoint++[Prometheus Endpoint]. Ensure that the `basicAuth` secrets (i.e. `metrics-secret`) are created and visible to Runtime Component Operator.
470474

471475
[source,yaml]
472476
----

0 commit comments

Comments
 (0)
Please sign in to comment.