Manager for configuring hosting-layer observability middleware.
const manager = new ObservabilityHostingManager();manager.configure(adapter, { enableOutputLogging: true }); Copy
const manager = new ObservabilityHostingManager();manager.configure(adapter, { enableOutputLogging: true });
Registers observability middleware on the adapter. Subsequent calls are ignored.
Manager for configuring hosting-layer observability middleware.
Example