From 068b6c87c46677323424414d90008ebad70edb47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Wed, 27 Mar 2024 18:34:31 +0100 Subject: [PATCH] [chore] Remove open issues for design docs (#5112) --- log/DESIGN.md | 8 -------- sdk/log/DESIGN.md | 9 --------- 2 files changed, 17 deletions(-) diff --git a/log/DESIGN.md b/log/DESIGN.md index 029bc19fc38..6cf2221b9c4 100644 --- a/log/DESIGN.md +++ b/log/DESIGN.md @@ -605,14 +605,6 @@ However, in this approach we would need have factory functions for both types. It would make the API surface unnecessarily big, and we may even have problems naming the functions. -## Open issues - -The Logs Bridge API MUST NOT be released as stable -before all issues below are closed: - -- [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) [^3]: Jonathan Amsterdam, [GopherCon Europe 2023: A Fast Structured Logging Package](https://www.youtube.com/watch?v=tC4Jt3i62ns) diff --git a/sdk/log/DESIGN.md b/sdk/log/DESIGN.md index bd47d2683d7..41f1cdadf0f 100644 --- a/sdk/log/DESIGN.md +++ b/sdk/log/DESIGN.md @@ -121,15 +121,6 @@ provided via API. Moreover it is safer to have these abstraction decoupled. E.g. there can be a need for some fields that can be set via API and cannot be modified by the processors. -## Open issues - -The Logs SDK MUST NOT be released as stable before all issues below are closed: - -- [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) - [^1]: [OpenTelemetry Logging](https://opentelemetry.io/docs/specs/otel/logs) [^2]: [Conversation on representing LogRecordProcessor and LogRecordExporter via a single Expoter interface](https://github.com/open-telemetry/opentelemetry-go/pull/4954#discussion_r1515050480) [^3]: [Introduce Processor](https://github.com/pellared/opentelemetry-go/pull/9)