Skip to content

Commit

Permalink
Revert "feat: add k8sattributes to otel tracing (#87)" (#88)
Browse files Browse the repository at this point in the history
This reverts commit c871a85.
  • Loading branch information
sandipndev authored Sep 15, 2022
1 parent 1e8181f commit 86b0906
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions modules/services/opentelemetry-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,25 +67,7 @@ config:
timeout: 5s
override: false
k8sattributes:
auth_type: "serviceAccount"
passthrough: false
filter:
node_from_env_var: KUBE_NODE_NAME
extract:
metadata:
- k8s.pod.name
- k8s.pod.uid
- k8s.deployment.name
- k8s.cluster.name
- k8s.namespace.name
- k8s.node.name
- k8s.pod.start_time
pod_association:
- from: resource_attribute
name: k8s.pod.ip
- from: resource_attribute
name: k8s.pod.uid
- from: connection
passthrough: true
receivers:
jaeger:
protocols:
Expand Down Expand Up @@ -120,7 +102,6 @@ config:
- logging
processors:
- memory_limiter
- k8sattributes
- batch
receivers:
- otlp
Expand All @@ -129,7 +110,6 @@ config:
- logging
processors:
- memory_limiter
- k8sattributes
- batch
receivers:
- otlp
Expand Down

0 comments on commit 86b0906

Please sign in to comment.