You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.