From 2edbda3eaa20335b741b2da652ee38604a2021f4 Mon Sep 17 00:00:00 2001 From: Oliver Fischer <108426932+oafischer@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:22:12 +0100 Subject: [PATCH] https://issues.redhat.com/browse/ACM-15420 Co-authored-by: Mikela Jackson --- observability/observability_enable.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/observability/observability_enable.adoc b/observability/observability_enable.adoc index ce856c30a6..2b4bb55b51 100644 --- a/observability/observability_enable.adoc +++ b/observability/observability_enable.adoc @@ -579,7 +579,7 @@ spec: workers: <3> ---- <1> Use the `observabilityAddonSpec` parameter to define the global settings for all managed clusters that have the observability add-on enabled. -<2> Used to indicate if the observability add-on is enabled to push metrics to hub cluster server. +<2> Use the `enableMetrics` parameter to indicate that the observability add-on is enabled to push metrics to hub cluster server. <3> Used to list worker nodes into the metric collector process to shard federate requests made to Prometheus on your hub cluster. Then the metric collector sends sperate remote-write requests to Thanos on your hub cluster. [#disabling-observability-on-a-single-cluster]