Interface SpanConfig
public interface SpanConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum number of attributes per span.The maximum length of span attribute values.The maximum number of events per span.The maximum number of links per span.
-
Method Details
-
attributeValueLengthLimit
The maximum length of span attribute values. Takes precedence overotel.attribute.value.length.limit.By default, there is no limit.
-
attributeCountLimit
The maximum number of attributes per span. Takes precedence overotel.attribute.count.limit.Default is `128`.
-
eventCountLimit
The maximum number of events per span.Default is `128`.
-
linkCountLimit
The maximum number of links per span.Default is `128`.
-