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
At the moment the Weaver code, EBNF and semconv.schema.json all define the body of the event as an any_value. Some any_values can contain any_values. Therefore the body itself is required to have stability defined. This is missing in every use of body in the current semconvs.
body:
id: device_lifecycle_statetype: maprequirement_level: requiredstability: experimental # <-------------- This is also requiredfields:
- id: ios.statestability: experimentaltype: enum...
See open-telemetry/semantic-conventions#1777 - we don't validate that stability is present on attributes or event fields
The text was updated successfully, but these errors were encountered: