diff --git a/CHANGELOG.md b/CHANGELOG.md index c6495d32ac7..e15e1a3c8d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/specification/logs/data-model.md b/specification/logs/data-model.md index 675724d8349..1173b51039b 100644 --- a/specification/logs/data-model.md +++ b/specification/logs/data-model.md @@ -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,