From 3c8c0abaff75a46cf58ff1aacea9e0a0092dd1a2 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 13 Sep 2024 13:19:02 -0700 Subject: [PATCH] mention bundle size in open questions --- text/0265-event-vision.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/text/0265-event-vision.md b/text/0265-event-vision.md index 5c85de7ed..270f304c9 100644 --- a/text/0265-event-vision.md +++ b/text/0265-event-vision.md @@ -68,7 +68,9 @@ The state of this OTEP represents the option that we think will be the least con * How do event bodies interoperate with Span Events? * Should the Logs API have an `Enabled` function based on severity level and event name? * What kind of capabilities should the OpenTelemetry Logs API have now that it is user-facing? + (Keeping in mind the bundle size constraints of browsers and possibly other client environments.) * What kind of ergonomic improvements make sense now that the OpenTelemetry Logs API is user-facing? + (Keeping in mind the bundle size constraints of browsers and possibly other client environments.) * How do OpenTelemetry Events relate to raw metric events? (e.g. [opentelemetry-specification/617](https://github.com/open-telemetry/opentelemetry-specification/issues/617)). * How do OpenTelemetry Events relate to raw span events?