Open
Description
Component(s)
receiver/k8sevents
Is your feature request related to a problem? Please describe.
We store involved object generation as an event annotation, so we need to extract it when receiving events.
Describe the solution you'd like
Here is a PR solving this issue, so creating this issue for reference in the changelog
Describe alternatives you've considered
We tried k8sobjects receiver initially, but it didn't work well with events for us, had multiple empty fields in the stored object
Additional context
No response