ObservabilityHostingOptions interface

Configuration options for the hosting observability layer.

Properties

enableBaggage

Enable baggage propagation middleware. Defaults to false.

enableOutputLogging

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

Property Details

enableBaggage

Enable baggage propagation middleware. Defaults to false.

enableBaggage?: boolean

Property Value

boolean

enableOutputLogging

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

enableOutputLogging?: boolean

Property Value

boolean