Skip to content

Commit

Permalink
[chore] Update open issues in log design docs (#5052)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Mar 13, 2024
1 parent 81512d9 commit 6bc8314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion log/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,8 @@ and we may even have problems naming the functions.
The Logs Bridge API MUST NOT be released as stable
before all issues below are closed:
- [Clarify handling empty (null) values in Logs Data Model](https://github.com/open-telemetry/opentelemetry-specification/issues/3835)
- [Clarify attributes parameter type of Get a Logger operation](https://github.com/open-telemetry/opentelemetry-specification/issues/3841)
- [Add an Enabled method to Logger](https://github.com/open-telemetry/opentelemetry-specification/issues/3917)
[^1]: [Handle structured body and attributes](https://github.com/pellared/opentelemetry-go/pull/7)
[^2]: Jonathan Amsterdam, [The Go Blog: Structured Logging with slog](https://go.dev/blog/slog)
Expand Down
4 changes: 2 additions & 2 deletions sdk/log/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,9 @@ E.g. there can be a need for some fields that can be set via API and cannot be m

## Open issues

The Logs SDK NOT be released as stable before all issues below are closed:
The Logs SDK MUST NOT be released as stable before all issues below are closed:

- [Redefine ReadableLogRecord and ReadWriteLogRecord](https://github.com/open-telemetry/opentelemetry-specification/pull/3898)
- [Clarify that ReadableLogRecord and ReadWriteLogRecord can be represented using a single type](https://github.com/open-telemetry/opentelemetry-specification/pull/3898)
- [Fix what can be modified via ReadWriteLogRecord](https://github.com/open-telemetry/opentelemetry-specification/pull/3907)
- [logs: Allow duplicate keys](https://github.com/open-telemetry/opentelemetry-specification/issues/3931)
- [Add an Enabled method to Logger](https://github.com/open-telemetry/opentelemetry-specification/issues/3917)
Expand Down

0 comments on commit 6bc8314

Please sign in to comment.