File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
helm-charts/splunk-otel-collector Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,17 @@ fullnameOverride: ""
12
12
namespaceOverride : " "
13
13
14
14
# ###############################################################################
15
- # clusterName is an optional parameter. It can be set to an arbitrary value that identifies
16
- # your K8s cluster. The value will be associated with every trace, metric and
17
- # log as "k8s.cluster.name" attribute. It's optional on EKS and GKE, but required
18
- # on all other Kubernetes services.
15
+ # clusterName is an optional parameter that is used as the "k8s.cluster.name" attribute
16
+ # for all traces, metrics, and logs.
17
+ #
18
+ # For EKS and GKE clusters:
19
+ # - Do NOT set this field if you have 'distribution' set to values starting with 'eks' or 'gke'.
20
+ # The cluster name is auto-discovered from the cloud provider.
21
+ # Note: In EKS, the collector should be able to assume the node's IAM role, as it requires
22
+ # the EC2:DescribeInstances permission, which is available by default unless disabled manually.
23
+ #
24
+ # For other distributions:
25
+ # - It MUST be set so that telemetry can be tagged with "k8s.cluster.name".
19
26
# ###############################################################################
20
27
21
28
clusterName : " "
You can’t perform that action at this time.
0 commit comments