From 6bc8314a5553ba97e4cfaf7838007085a6be2dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Wed, 13 Mar 2024 09:15:31 +0100 Subject: [PATCH] [chore] Update open issues in log design docs (#5052) --- log/DESIGN.md | 2 +- sdk/log/DESIGN.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/log/DESIGN.md b/log/DESIGN.md index a1a78a72efd..9bb60b3b355 100644 --- a/log/DESIGN.md +++ b/log/DESIGN.md @@ -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) diff --git a/sdk/log/DESIGN.md b/sdk/log/DESIGN.md index 521788cc407..f4927ab69a1 100644 --- a/sdk/log/DESIGN.md +++ b/sdk/log/DESIGN.md @@ -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)