You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/persistent-storage-local-metrics.adoc
+8-3
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,13 @@
19
19
20
20
* `lso_lv_provisioned_PV_count`: total number of provisioned PVs for `LocalVolume`
21
21
22
-
To use these metrics, be sure to:
22
+
To use these metrics, be sure to enable them by doing one of the following:
23
23
24
-
* Enable support for monitoring when installing the Local Storage Operator.
24
+
* Select the checkbox for "Enable Operator recommended cluster monitoring on this Namespace" when installing the Local Storage Operator from OperatorHub in the web console.
25
25
26
-
* When upgrading to {product-title} 4.9 or later, enable metric support manually by adding the `operator-metering=true` label to the namespace.
26
+
* Manually add the `openshift.io/cluster-monitoring=true` label to the Operator namespace by running the following command.
0 commit comments