Skip to content

Commit

Permalink
Improve comment regarding opamp extension
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascamata committed Dec 24, 2024
1 parent 6bfa152 commit a4a6381
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions otel-eks-fargate/cx-eks-fargate-otel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit a4a6381

Please sign in to comment.