Skip to content

Commit a79624b

Browse files
Merge pull request #46 from tetianakravchenko/ecs-remove-extra-k8sattributes
split k8sattributes/ecs processor: do not add any extra metadata
2 parents ac9b5d7 + bb27128 commit a79624b

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

resources/kubernetes/operator/helm/values.yaml

+23-1
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,28 @@ collectors:
682682
- tag_name: app.label.version
683683
key: app.kubernetes.io/version
684684
from: pod
685+
k8sattributes/ecs:
686+
filter:
687+
# Only retrieve pods running on the same node as the collector
688+
node_from_env_var: OTEL_K8S_NODE_NAME
689+
passthrough: false
690+
pod_association:
691+
# Below association takes a look at the k8s.pod.ip and k8s.pod.uid resource attributes or connection's context, and tries to match it with the pod having the same attribute.
692+
- sources:
693+
- from: resource_attribute
694+
name: k8s.pod.ip
695+
- sources:
696+
- from: resource_attribute
697+
name: k8s.pod.uid
698+
- sources:
699+
- from: connection
700+
extract:
701+
metadata:
702+
- "k8s.replicaset.name"
703+
- "k8s.statefulset.name"
704+
- "k8s.daemonset.name"
705+
- "k8s.cronjob.name"
706+
- "k8s.job.name"
685707
receivers:
686708
# [OTLP Receiver](https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/otlpreceiver)
687709
otlp:
@@ -852,7 +874,7 @@ collectors:
852874
processors:
853875
- elasticinframetrics
854876
- batch
855-
- k8sattributes
877+
- k8sattributes/ecs
856878
- resourcedetection/system
857879
- resourcedetection/eks
858880
- resourcedetection/gcp

0 commit comments

Comments
 (0)