Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2: k8s.cluster.name missing in resource attributes #998

Open
marcomusso opened this issue Dec 13, 2024 · 0 comments
Open

v2: k8s.cluster.name missing in resource attributes #998

marcomusso opened this issue Dec 13, 2024 · 0 comments
Assignees

Comments

@marcomusso
Copy link

Application Observability complains that the instrumentation of my services doesn't include k8s.cluster.name as a resource attribute. It's in fact present in spans metadata (=> otelcol.processor.attributes upserts it) but not in resource attributes.

Image

Could have been gone missing in the k8s attribute processor? Here is a snippet from the configMap of the receiver daemonset:

   extract {
      metadata = ["k8s.namespace.name","k8s.pod.name","k8s.deployment.name","k8s.statefulset.name","k8s.daemonset.name","k8s.cronjob.name","k8s.job.nam
","k8s.node.name","k8s.pod.uid","k8s.pod.start_time"[]
    }
@petewall petewall self-assigned this Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants