Skip to content

Commit

Permalink
Support complex attributes in the Event API
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Dec 10, 2024
1 parent a265ae0 commit 115a189
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions specification/logs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 115a189

Please sign in to comment.