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.
If a container that is being instrumented using the k8scluster receiver has been deployed using a container image that contains a cryptographic digest, the receiver does not produce any attribute related to that digest.
Describe the solution you'd like
Populate the container.image.id resource attribute when an image ID contains a digest.
Describe alternatives you've considered
No response
Additional context
Correctly parsing the image takes precedence: #36279