Skip to content

Commit 9f72a15

Browse files
authored
fix: correlation-context header (#1579)
1 parent ae1185d commit 9f72a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opentelemetry-core/src/correlation-context/propagation/HttpCorrelationContext.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const PROPERTIES_SEPARATOR = ';';
3131
const ITEMS_SEPARATOR = ',';
3232

3333
// Name of the http header used to propagate the correlation context
34-
export const CORRELATION_CONTEXT_HEADER = 'otcorrelations';
34+
export const CORRELATION_CONTEXT_HEADER = 'baggage';
3535
// Maximum number of name-value pairs allowed by w3c spec
3636
export const MAX_NAME_VALUE_PAIRS = 180;
3737
// Maximum number of bytes per a single name-value pair allowed by w3c spec

0 commit comments

Comments
 (0)