We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1185d commit 9f72a15Copy full SHA for 9f72a15
packages/opentelemetry-core/src/correlation-context/propagation/HttpCorrelationContext.ts
@@ -31,7 +31,7 @@ const PROPERTIES_SEPARATOR = ';';
31
const ITEMS_SEPARATOR = ',';
32
33
// Name of the http header used to propagate the correlation context
34
-export const CORRELATION_CONTEXT_HEADER = 'otcorrelations';
+export const CORRELATION_CONTEXT_HEADER = 'baggage';
35
// Maximum number of name-value pairs allowed by w3c spec
36
export const MAX_NAME_VALUE_PAIRS = 180;
37
// Maximum number of bytes per a single name-value pair allowed by w3c spec
0 commit comments