Interface AttributeConfig
public interface AttributeConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum number of attributes.The maximum length of attribute values.
-
Method Details
-
valueLengthLimit
The maximum length of attribute values. Applies to spans and logs.By default, there is no limit.
-
countLimit
The maximum number of attributes. Applies to spans, span events, span links, and logs.Default is `128`.
-