OpenTelemetry SDK
    Preparing search index...

    Interface LogRecordLimits

    interface LogRecordLimits {
        attributeCountLimit?: number;
        attributeValueLengthLimit?: number;
    }
    Index
    attributeCountLimit?: number

    attributeCountLimit is number of attributes per LogRecord

    attributeValueLengthLimit?: number

    attributeValueLengthLimit is maximum allowed attribute value size