Skip to content

Commit 115a189

Browse files
committed
Support complex attributes in the Event API
1 parent a265ae0 commit 115a189

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

specification/logs/api.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)