diff --git a/CHANGELOG.md b/CHANGELOG.md index 21208c00da5..33fe9c0b841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ release. ### Events +- Support complex attributes in the Event API + ([#4334](https://github.com/open-telemetry/opentelemetry-specification/pull/4334)) + ### Baggage ### Resource @@ -64,6 +67,8 @@ release. ([#4310](https://github.com/open-telemetry/opentelemetry-specification/pull/4310)) - Remove the in-development isolating log record processor. ([#4301](https://github.com/open-telemetry/opentelemetry-specification/pull/4301)) +- Change `event.name` attribute into top-level event name field. + ([#4320](https://github.com/open-telemetry/opentelemetry-specification/pull/4320)) ### Events diff --git a/specification/logs/api.md b/specification/logs/api.md index 24328b2e70b..8475ea3d7af 100644 --- a/specification/logs/api.md +++ b/specification/logs/api.md @@ -185,8 +185,7 @@ formatted as an [event](./data-model.md#events). * [Severity Number](./data-model.md#field-severitynumber) (optional) * [Severity Text](./data-model.md#field-severitytext) (optional) * [Body](./data-model.md#field-body) (optional) -* [Attributes](./data-model.md#field-attributes) (optional) Event `Attributes` conform - to the [standard definition](../common/README.md#standard-attribute) of an attribute. +* [Attributes](./data-model.md#field-attributes) (optional) ## Optional and required parameters