@microsoft/opentelemetry
    Preparing search index...

    Interface AzureMonitorOpenTelemetryOptions

    Azure Monitor scoped options.

    These options control Azure Monitor-specific behavior. Global options (resource, sampling, instrumentations, processors) are defined at the distro level in MicrosoftOpenTelemetryOptions.

    interface AzureMonitorOpenTelemetryOptions {
        azureMonitorExporterOptions?: AzureMonitorExporterOptions;
        browserSdkLoaderOptions?: BrowserSdkLoaderOptions;
        enabled?: boolean;
        enableLiveMetrics?: boolean;
        enablePerformanceCounters?: boolean;
        enableStandardMetrics?: boolean;
        enableTraceBasedSamplingForLogs?: boolean;
    }
    Index

    Properties

    azureMonitorExporterOptions?: AzureMonitorExporterOptions

    Azure Monitor Exporter Configuration

    browserSdkLoaderOptions?: BrowserSdkLoaderOptions

    Application Insights Web Instrumentation options (enabled, connectionString, src, config)

    enabled?: boolean

    Enable or disable Azure Monitor export (Default true)

    enableLiveMetrics?: boolean

    Enable Live Metrics feature (Default true)

    enablePerformanceCounters?: boolean

    Enable Performance Counter feature

    enableStandardMetrics?: boolean

    Enable Standard Metrics feature (Default true)

    enableTraceBasedSamplingForLogs?: boolean

    Enable log sampling based on trace (Default false)