OpenTelemetry SDK
    Preparing search index...

    Interface MetricCollectOptions

    interface MetricCollectOptions {
        timeoutMillis?: number;
    }
    Index
    timeoutMillis?: number

    Timeout for the SDK to perform the involved asynchronous callback functions.

    If the callback functions failed to finish the observation in time, their results are discarded and an error is appended in the CollectionResult.errors.