event.name
field of the kubernetes events does not reflect events definition
#35857
Labels
event.name
field of the kubernetes events does not reflect events definition
#35857
Component(s)
receiver/k8sobjects
Describe the issue you're reporting
receiver/k8sobjects seems to be a recommended way to collect kubernetes events, as there is an open discussion regarding the k8sevents deprecation - #24242:
In this PR #16543 -
event.name
was set as a name of the kubernetes event.For example, for the event:
event.name
isweb.17ff4cc43c2c72a0
, that is unique for each event.as defined in https://opentelemetry.io/docs/specs/semconv/general/events/#event-definition:
that contradicts with the current
event.name
I found related issues, but for the k8sevents - #14474, that was closed. As was mentioned in #14474 (comment):
should
event.name
be changed toinvolvedObject.kind
+reason
?The text was updated successfully, but these errors were encountered: