Skip to content

Commit

Permalink
fix: correlation-context header (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asafb26 committed Oct 9, 2020
1 parent ae1185d commit 9f72a15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const PROPERTIES_SEPARATOR = ';';
const ITEMS_SEPARATOR = ',';

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

0 comments on commit 9f72a15

Please sign in to comment.