Talari Dhanunjaya
07/24/2025, 6:07 AMk8s.pod.name and k8s.pod.ip in our trace data.
Could you please guide us on:
• How to re-enable pod-level metadata in traces?
• Whether any changes to the OpenTelemetry Collector config (like the k8sattributes processor) are needed?Matti
07/28/2025, 7:50 AMMatti
07/28/2025, 4:43 PMVibhu Pandey
07/28/2025, 4:44 PMNagesh Bansal
07/29/2025, 6:55 AMkubectl get sts/signoz -o yamlTalari Dhanunjaya
07/29/2025, 8:55 AMTalari Dhanunjaya
07/29/2025, 8:59 AMMatti
07/29/2025, 9:00 AMadditionalEnvs key. The new recommended way of adding env vars should be with the env key.Talari Dhanunjaya
08/04/2025, 9:27 AMTalari Dhanunjaya
08/04/2025, 9:28 AMNagesh Bansal
08/04/2025, 9:30 AMTalari Dhanunjaya
09/01/2025, 12:12 PMk8s-infra with the below configuration, but I’m still not seeing the Kubernetes resource attributes in my trace data. please find k8s chart values.yaml file below and suggest if any
presets:
kubernetesAttributes:
enabled: true
passthrough: false
extractMetadatas:
- k8s.namespace.name
- k8s.deployment.name
- k8s.statefulset.name
- k8s.daemonset.name
- k8s.cronjob.name
- k8s.job.name
- k8s.node.name
- k8s.node.uid
- k8s.pod.name
- k8s.pod.uid
- k8s.pod.start_time
- k8s.pod.ip
podAssociation:
- sources:
- from: resource_attribute
name: k8s.pod.ip
- sources:
- from: resource_attribute
name: k8s.pod.uid
- sources:
- from: connection
otlpExporter:
enabled: true
hostMetrics:
enabled: false
kubeletMetrics:
enabled: false
clusterMetrics:
enabled: false
logsCollection:
enabled: false
k8sEvents:
enabled: false
resourceDetection:
enabled: true
timeout: 2s
override: false
envResourceAttributes: ""
config:
service:
pipelines:
traces:
receivers: [otlp]
processors: [k8sattributes, batch]
exporters: [otlp]
otelAgent:
enabled: true
nodeSelector:
project: myapplication
additionalEnvs:
OTEL_EXPORTER_OTLP_ENDPOINT: http://signoz-otel-collector.platform.svc.cluster.local:4318
tolerations:
- key: "app"
operator: "Equal"
value: "myapplication"
effect: "NoSchedule"
otelDeployment:
enabled: falseTalari Dhanunjaya
09/03/2025, 10:25 AMTalari Dhanunjaya
10/23/2025, 6:36 AM