Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 9ef2ecb

Browse files
committed
x-x3-parentspanid -> x-b3-parentspanid
1 parent 04117d8 commit 9ef2ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opencensus-propagation-b3/src/b3-format.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import * as uuid from 'uuid';
2020

2121
export const X_B3_TRACE_ID = 'x-b3-traceid';
2222
export const X_B3_SPAN_ID = 'x-b3-spanid';
23-
export const X_B3_PARENT_SPAN_ID = 'x-x3-parentspanid';
23+
export const X_B3_PARENT_SPAN_ID = 'x-b3-parentspanid';
2424
export const X_B3_SAMPLED = 'x-b3-sampled';
2525
export const SAMPLED_VALUE = 0x1;
2626
export const NOT_SAMPLED_VALUE = 0x0;

0 commit comments

Comments
 (0)