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

Properties

attributeCountLimit?: number

attributeCountLimit is number of attributes per LogRecord

attributeValueLengthLimit?: number

attributeValueLengthLimit is maximum allowed attribute value size