1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

[chore] Update open issues in log design docs (#5052)

This commit is contained in:
Robert Pająk
2024-03-13 09:15:31 +01:00
committed by GitHub
parent 81512d9f31
commit 6bc8314a55
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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)