From 26863d99d64d4214a6fa55e96b5b8732639a9d67 Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Tue, 22 Sep 2020 14:38:49 -0700 Subject: [PATCH] Update the header name for otel baggage, and version date (#981) Signed-off-by: Bogdan Drutu --- CHANGELOG.md | 2 ++ specification/baggage/api.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d92d6beff0..0ae6cbea045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ New: * `exception.escaped` semantic span event attribute was added ([#784](https://github.com/open-telemetry/opentelemetry-specification/pull/784), [#946](https://github.com/open-telemetry/opentelemetry-specification/pull/946)) +- Update the header name for otel baggage, and version date + ([#981](https://github.com/open-telemetry/opentelemetry-specification/pull/981)) Updates: diff --git a/specification/baggage/api.md b/specification/baggage/api.md index d3ea50e3d2f..165ece2f8c7 100644 --- a/specification/baggage/api.md +++ b/specification/baggage/api.md @@ -107,11 +107,11 @@ Until the [W3C Baggage](https://w3c.github.io/baggage/) specification is recomme #### Header Name -`Baggage` implementations MUST use the header name `otcorrelations`. +`Baggage` implementations MUST use the header name `otelbaggage`. #### Header Value -`Baggage` MUST be serialized according to the [editor's draft of W3C Correlation Context as of March 27, 2020](https://github.com/w3c/correlation-context/blob/c974664b9ab4d33af6355f1f7f03a2d52c89a99e/correlation_context/HTTP_HEADER_FORMAT.md). +`Baggage` MUST be serialized according to the [editor's draft of W3C Correlation Context as of September 21, 2020](https://github.com/w3c/baggage/blob/0573bd79c0d93a779145fd26a7b3e532c912c783/baggage/HTTP_HEADER_FORMAT.md). `Baggage` values MUST be serialized as Percent-Encoded UTF-8 strings according to [RFC 3986 Section 2.1](https://tools.ietf.org/html/rfc3986#section-2.1).