@microsoft/opentelemetry
    Preparing search index...

    Interface ObservabilityHostingOptions

    Configuration options for the hosting observability layer.

    interface ObservabilityHostingOptions {
        enableBaggage?: boolean;
        enableOutputLogging?: boolean;
    }
    Index

    Properties

    enableBaggage?: boolean

    Enable baggage propagation middleware. Defaults to false.

    enableOutputLogging?: boolean

    Enable output logging middleware for tracing outgoing messages. Defaults to false.