Global configuration limits of trace service

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

Properties

attributeCountLimit?: number

attributeCountLimit is number of attributes per trace

attributeValueLengthLimit?: number

attributeValueLengthLimit is maximum allowed attribute value size