You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: resources/kubernetes/operator/helm/values.yaml
+23-1
Original file line number
Diff line number
Diff line change
@@ -682,6 +682,28 @@ collectors:
682
682
- tag_name: app.label.version
683
683
key: app.kubernetes.io/version
684
684
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.
0 commit comments