Skip to content

Commit

Permalink
Merge branch 'main' into stabilize-add-link
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto committed Mar 8, 2024
2 parents 33dbeb6 + a0aee78 commit 3288ba7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ release.
([#3884](https://github.com/open-telemetry/opentelemetry-specification/pull/3884))
- Clarify that logs attributes are a superset of standard attributes.
([#3852](https://github.com/open-telemetry/opentelemetry-specification/pull/3852))
- Add support for empty values.
([#3853](https://github.com/open-telemetry/opentelemetry-specification/pull/3853))

### Resource

Expand Down
4 changes: 3 additions & 1 deletion specification/logs/data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ Value of type `any` can be one of the following:

- An array (a list) of `any` values,

- A `map<string, any>`.
- A `map<string, any>`,

- [since 1.31.0] An empty value (e.g. `null`).

#### Type `map<string, any>`

Expand Down

0 comments on commit 3288ba7

Please sign in to comment.