OpenTelemetry SDK
    Preparing search index...

    Interface IExportLogsPartialSuccess

    interface IExportLogsPartialSuccess {
        errorMessage?: string;
        rejectedLogRecords?: number;
    }
    Index
    errorMessage?: string

    ExportLogsPartialSuccess errorMessage

    rejectedLogRecords?: number

    ExportLogsPartialSuccess rejectedLogRecords