From 115a18942011345ef81c047c3492b32e8450962e Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 10 Dec 2024 15:34:11 -0800 Subject: [PATCH] Support complex attributes in the Event API --- CHANGELOG.md | 2 ++ specification/logs/api.md | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 852e94c7700..7a368806f2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,8 @@ release. ([#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)) +- Support complex attributes in the Event API + ([#4334](https://github.com/open-telemetry/opentelemetry-specification/pull/4334)) ### Events diff --git a/specification/logs/api.md b/specification/logs/api.md index f04062c1348..715d4f8f531 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