Open
Description
Component(s)
processor/k8sattributes
Is your feature request related to a problem? Please describe.
Currently, the k8s attributes processor is capable of extracting labels and annotations from pods, namespaces, and nodes. It would be great if the processor could be extended to also support extracting metadata from high-level workloads, like Deployments, StatefulSets, Jobs, and DaemonSets.
Describe the solution you'd like
metadata.labels
and metadata.annotations
can be extracted from Deployments, StatefulSets, Jobs, and DaemonSets.
Describe alternatives you've considered
No response
Additional context
No response