From a4a63811e4f587497fff6e3eeca67d63ce2be0ad Mon Sep 17 00:00:00 2001 From: Douglas Camata <159076+douglascamata@users.noreply.github.com> Date: Tue, 24 Dec 2024 17:13:29 +0100 Subject: [PATCH] Improve comment regarding opamp extension --- otel-eks-fargate/cx-eks-fargate-otel.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/otel-eks-fargate/cx-eks-fargate-otel.yaml b/otel-eks-fargate/cx-eks-fargate-otel.yaml index 9a4ec5ef..cb2fe797 100644 --- a/otel-eks-fargate/cx-eks-fargate-otel.yaml +++ b/otel-eks-fargate/cx-eks-fargate-otel.yaml @@ -83,7 +83,7 @@ data: observe_pods: true observe_nodes: true # The OpAMP extension below enables the Coralogix fleet management server connection. - # Uncomment them to enable and add the "opamp" extension to the list under `service.extensions`. + # Uncomment them to enable the feature and add the "opamp" extension to the list under `service.extensions`. # opamp: # server: # http: @@ -199,11 +199,9 @@ data: receivers: [receiver_creator] processors: [resource/metadata, resourcedetection, batch] exporters: [coralogix] - + # When enabling the fleet management feature, add the "opamp" extension to the list below. extensions: [health_check, k8s_observer] - -# configure the service and the collector as a StatefulSet --- apiVersion: v1 kind: Service @@ -222,8 +220,8 @@ spec: selector: component: cx-otel-collector type: ClusterIP - --- +# configure the service and the collector as a StatefulSet apiVersion: apps/v1 kind: StatefulSet metadata: