Class SpanLimits.SpanLimitsValue
java.lang.Object
io.opentelemetry.sdk.trace.SpanLimits
io.opentelemetry.sdk.trace.SpanLimits.SpanLimitsValue
- Direct Known Subclasses:
AutoValue_SpanLimits_SpanLimitsValue
- Enclosing class:
SpanLimits
-
Nested Class Summary
Nested classes/interfaces inherited from class SpanLimits
SpanLimits.SpanLimitsValue -
Field Summary
Fields inherited from class SpanLimits
DEFAULT_SPAN_MAX_ATTRIBUTE_LENGTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intOverrideSpanLimits.getMaxAttributeValueLength()to be abstract so autovalue can implement it.Methods inherited from class SpanLimits
builder, create, getDefault, getMaxNumberOfAttributes, getMaxNumberOfAttributesPerEvent, getMaxNumberOfAttributesPerLink, getMaxNumberOfEvents, getMaxNumberOfLinks, toBuilder
-
Constructor Details
-
SpanLimitsValue
SpanLimitsValue()
-
-
Method Details
-
getMaxAttributeValueLength
public abstract int getMaxAttributeValueLength()OverrideSpanLimits.getMaxAttributeValueLength()to be abstract so autovalue can implement it.- Overrides:
getMaxAttributeValueLengthin classSpanLimits- Returns:
- the max number of characters for attribute strings.
-