@microsoft/opentelemetry
    Preparing search index...

    Class A365Configuration

    Resolved A365 configuration.

    Merges values from three sources (lowest to highest precedence):

    1. Defaults
    2. Programmatic options (A365Options)
    3. Environment variables (see A365_ENV_VARS)
    Index

    Constructors

    Properties

    authScopes: string[]

    OAuth scopes for A365 service authentication.

    clusterCategory: ClusterCategory

    Cluster category.

    domainOverride?: string

    Domain override for the A365 observability service.

    enabled: boolean

    Whether A365 observability is enabled.

    enableObservabilityExporter: boolean

    Whether the A365 HTTP exporter (Agent365Exporter) should be added to the pipeline. The A365SpanProcessor is still registered when enabled is true, regardless of this flag.

    Resolved from A365Options.enableObservabilityExporter (programmatic) or the ENABLE_A365_OBSERVABILITY_EXPORTER environment variable; defaults to false.

    exporterTimeoutMilliseconds?: number

    Maximum time (ms) for the entire export() call.

    httpRequestTimeoutMilliseconds?: number

    Timeout (ms) per individual HTTP request.

    logLevel?: string

    Resolved log level for A365 observability components.

    undefined when neither the logLevel option nor the A365_OBSERVABILITY_LOG_LEVEL environment variable is set; in that case the A365 logger keeps its default ("none").

    maxExportBatchSize?: number

    Maximum number of spans per export batch.

    maxPayloadBytes?: number

    Maximum estimated payload size (bytes) per HTTP chunk.

    maxQueueSize?: number

    Maximum span queue size before drops occur.

    scheduledDelayMilliseconds?: number

    Delay (ms) between automatic batch flush attempts.

    tokenResolver?: (
        agentId: string,
        tenantId: string,
        authScopes?: string[],
    ) => string | Promise<string>

    Token resolver callback for A365 service authentication.

    useS2SEndpoint: boolean

    When true, use the S2S endpoint path for export.