Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ include::_attributes/common-attributes.adoc[]

toc::[]

The set of baseline measurements for resource utilization can vary in each hosted cluster.
[role="_abstract"]
The set of baseline measurements for resource utilization can vary in each hosted cluster. Ensure that you understand the resource utilization needed for your deployment.

include::modules/hcp-override.adoc[leveloffset=+1]

Expand Down
9 changes: 4 additions & 5 deletions modules/hcp-disable-metrics.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
[id="hcp-disable-metrics_{context}"]
= Disabling the metric service monitoring

After you enable the `hypershift-addon` managed cluster add-on, metric service monitoring is configured by default so that {product-title} monitoring can gather metrics from `hypershift-addon`.
[role="_abstract"]
After you enable the `hypershift-addon` managed cluster add-on, metric service monitoring is configured by default so that {product-title} monitoring can gather metrics from `hypershift-addon`. If needed, you can disable metric service monitoring.

.Procedure

You can disable metric service monitoring by completing the following steps:

. Log in to your hub cluster by running the following command:
+
[source,terminal]
Expand Down Expand Up @@ -42,11 +41,11 @@ spec:
value: "80"
- name: hcThresholdNumber
value: "60"
- name: disableMetrics <1>
- name: disableMetrics
value: "true"
----
+
<1> The `disableMetrics=true` customized variable disables metric service monitoring for both new and existing `hypershift-addon` managed cluster add-ons.
The `disableMetrics=true` customized variable disables metric service monitoring for both new and existing `hypershift-addon` managed cluster add-ons.

. Apply the changes to the configuration specification by running the following command:
+
Expand Down
1 change: 1 addition & 0 deletions modules/hcp-override.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[id="hcp-override_{context}"]
= Overriding resource utilization measurements for a hosted cluster

[role="_abstract"]
You can override resource utilization measurements based on the type and pace of your cluster workload.

.Procedure
Expand Down