@opentelemetry/propagator-b3
Version:
OpenTelemetry B3 propagator provides context propagation for systems that are using the B3 header format
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