Skip to content

Commit

Permalink
Deconstruct number scalar type to double and signed integer in Logs D…
Browse files Browse the repository at this point in the history
…ata Model (#3854)
  • Loading branch information
pellared committed Feb 6, 2024
1 parent 6d1279c commit ae0b231
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ release.

- Fix `Resource` field type in Logs Data Model.
([#3826](https://github.com/open-telemetry/opentelemetry-specification/pull/3826))
- Deconstruct number scalar type to double and signed integer.
([#3854](https://github.com/open-telemetry/opentelemetry-specification/pull/3854))

### Resource

Expand Down
2 changes: 1 addition & 1 deletion specification/logs/data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ follows.

Value of type `any` can be one of the following:

- A scalar value: number, string or boolean,
- A scalar value: string, boolean, signed 64 bit integer, or double precision floating point (IEEE 754-1985)

- A byte array,

Expand Down

0 comments on commit ae0b231

Please sign in to comment.