Component(s)
processor/k8sattributes
Is your feature request related to a problem? Please describe.
Potential high load on api server if users deploy the collector as a daemonset on a large cluster
Describe the solution you'd like
With the feature, the collector doesn't need to start a informer to fetch the deployment name related to the pod. Instead, it extracts the deployment name from the ownerReferences by trimming down the pod template hash.
Describe alternatives you've considered
No response
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.