-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
event.name
field of the kubernetes events does not reflect events definition
#35857
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
@tetianakravchenko you are correct that we are currently not using the OTel Event definition for This happened because k8sojects receiver was an early adopter of the Event concept as one of its prototypes for the spec. But now we are holding off on fixing it until Otel Events are stable so that we can do a single breaking change. |
@TylerHelmuth thank you for the reply!
is there any related issue/s regarding the work on otel events that I can follow? |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
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: