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
Another problem, I see in defining Emit an Event method (in scope of this PR) is that there would be an ambiguity what should happen if a user adds an additional event.name attribute. Should the name parameter or event.name attribute have precedence?
The Name MUST be used to set the event.nameAttribute. If the Attributes provided by the user contain an event.name attribute the value provided in the Name takes precedence.
Another problem, I see in defining
Emit an Event
method (in scope of this PR) is that there would be an ambiguity what should happen if a user adds an additionalevent.name
attribute. Should thename
parameter orevent.name
attribute have precedence?PS. The same problem currently exists in https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/event-api.md#emit-event
Originally posted by @pellared in #4225 (comment)
The text was updated successfully, but these errors were encountered: