8 lines
382 B
TypeScript
8 lines
382 B
TypeScript
/** B3 single-header key */
|
|
export declare const B3_CONTEXT_HEADER = "b3";
|
|
export declare const X_B3_TRACE_ID = "x-b3-traceid";
|
|
export declare const X_B3_SPAN_ID = "x-b3-spanid";
|
|
export declare const X_B3_SAMPLED = "x-b3-sampled";
|
|
export declare const X_B3_PARENT_SPAN_ID = "x-b3-parentspanid";
|
|
export declare const X_B3_FLAGS = "x-b3-flags";
|
|
//# sourceMappingURL=constants.d.ts.map
|