UNPKG

@opentelemetry/baggage-span-processor

Version:
10 lines 365 B
/** * A function that determines whether a baggage key-value pair should be added to new * spans as a span attribute. */ export type BaggageKeyPredicate = (baggageKey: string) => boolean; /** * A {@link BaggageKeyPredicate} that includes all baggage keys. */ export declare const ALLOW_ALL_BAGGAGE_KEYS: BaggageKeyPredicate; //# sourceMappingURL=types.d.ts.map