Skip to content

Commit

Permalink
Update user-guide-v1beta2.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kabicin authored Aug 3, 2022
1 parent 4588c4f commit 8cf08dc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/user-guide-v1beta2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8cf08dc

Please sign in to comment.