Type alias BaggageEntryMetadata

BaggageEntryMetadata: {
    toString() => string;
} & {
    __TYPE__: typeof baggageEntryMetadataSymbol;
}

Serializable Metadata defined by the W3C baggage specification. It currently has no special meaning defined by the OpenTelemetry or W3C.

Type declaration

  • toString:function
    • Returns string

Type declaration

  • __TYPE__: typeof baggageEntryMetadataSymbol

Generated using TypeDoc