UNPKG

@azure/monitor-opentelemetry

Version:
13 lines 716 B
import { AzureMonitorOpenTelemetryOptions, InstrumentationOptions, BrowserSdkLoaderOptions } from "./types.js"; export { AzureMonitorOpenTelemetryOptions, InstrumentationOptions, BrowserSdkLoaderOptions }; /** * Initialize Azure Monitor Distro * @param options - Azure Monitor OpenTelemetry Options */ export declare function useAzureMonitor(options?: AzureMonitorOpenTelemetryOptions): void; /** * Shutdown Azure Monitor Open Telemetry Distro * @see https://github.com/open-telemetry/opentelemetry-js/blob/0229434cb5a3179f63c021105f36270ae7897929/experimental/packages/opentelemetry-sdk-node/src/sdk.ts#L398 */ export declare function shutdownAzureMonitor(): Promise<void>; //# sourceMappingURL=index.d.ts.map