Package io.opentelemetry.sdk.trace
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
@Immutable abstract static class SpanLimits.SpanLimitsValue extends SpanLimits
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.opentelemetry.sdk.trace.SpanLimits
SpanLimits.SpanLimitsValue
-
-
Field Summary
-
Fields inherited from class io.opentelemetry.sdk.trace.SpanLimits
DEFAULT_SPAN_MAX_ATTRIBUTE_LENGTH
-
-
Constructor Summary
Constructors Constructor Description SpanLimitsValue()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract int
getMaxAttributeValueLength()
OverrideSpanLimits.getMaxAttributeValueLength()
to be abstract so autovalue can implement it.-
Methods inherited from class io.opentelemetry.sdk.trace.SpanLimits
builder, create, getDefault, getMaxNumberOfAttributes, getMaxNumberOfAttributesPerEvent, getMaxNumberOfAttributesPerLink, getMaxNumberOfEvents, getMaxNumberOfLinks, toBuilder
-
-
-
-
Method Detail
-
getMaxAttributeValueLength
public abstract int getMaxAttributeValueLength()
OverrideSpanLimits.getMaxAttributeValueLength()
to be abstract so autovalue can implement it.- Overrides:
getMaxAttributeValueLength
in classSpanLimits
- Returns:
- the max number of characters for attribute strings.
-
-