Skip to content

Commit

Permalink
fix example (open-telemetry#33750)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger authored Jun 25, 2024
1 parent 4c460f9 commit 9aed744
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/kubernetes/otel-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ data:
- k8s.pod.name
- k8s.pod.uid
- k8s.deployment.name
- k8s.cluster.name
- k8s.namespace.name
- k8s.node.name
- k8s.pod.start_time
Expand All @@ -106,11 +105,12 @@ data:
from: pod
# Pod association using resource attributes and connection
pod_association:
- from: resource_attribute
name: k8s.pod.uid
- from: resource_attribute
name: k8s.pod.ip
- from: connection
- sources:
- from: resource_attribute
name: k8s.pod.uid
- from: resource_attribute
name: k8s.pod.ip
- from: connection
exporters:
debug:
Expand Down

0 comments on commit 9aed744

Please sign in to comment.