File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ release.
3636 ([ #4301 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4301 ) )
3737- Change ` event.name ` attribute into top-level event name field.
3838 ([ #4320 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4320 ) )
39+ - Support complex attributes in the Event API
40+ ([ #4334 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4334 ) )
3941
4042### Events
4143
Original file line number Diff line number Diff line change @@ -185,8 +185,7 @@ formatted as an [event](./data-model.md#events).
185185* [ Severity Number] ( ./data-model.md#field-severitynumber ) (optional)
186186* [ Severity Text] ( ./data-model.md#field-severitytext ) (optional)
187187* [ Body] ( ./data-model.md#field-body ) (optional)
188- * [ Attributes] ( ./data-model.md#field-attributes ) (optional) Event ` Attributes ` conform
189- to the [ standard definition] ( ../common/README.md#standard-attribute ) of an attribute.
188+ * [ Attributes] ( ./data-model.md#field-attributes ) (optional)
190189
191190## Optional and required parameters
192191
You can’t perform that action at this time.
0 commit comments