OpenTelemetry SDK
    Preparing search index...

    1.0.0

    interface BaggageEntry {
        metadata?: @opentelemetry/api.BaggageEntryMetadata;
        value: string;
    }
    Index

    Properties

    Properties

    Metadata is an optional string property defined by the W3C baggage specification. It currently has no special meaning defined by the specification.

    value: string

    String value of the BaggageEntry.