Package io.opentelemetry.sdk.logs
Class AutoValue_LogLimits
java.lang.Object
io.opentelemetry.sdk.logs.LogLimits
io.opentelemetry.sdk.logs.AutoValue_LogLimits
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns the max number of characters for string attribute values.int
Returns the max number of attributes perLogRecordData
.int
hashCode()
toString()
Methods inherited from class io.opentelemetry.sdk.logs.LogLimits
builder, create, getDefault, toBuilder
-
Field Details
-
maxNumberOfAttributes
private final int maxNumberOfAttributes -
maxAttributeValueLength
private final int maxAttributeValueLength
-
-
Constructor Details
-
AutoValue_LogLimits
AutoValue_LogLimits(int maxNumberOfAttributes, int maxAttributeValueLength)
-
-
Method Details
-
getMaxNumberOfAttributes
public int getMaxNumberOfAttributes()Description copied from class:LogLimits
Returns the max number of attributes perLogRecordData
.- Specified by:
getMaxNumberOfAttributes
in classLogLimits
- Returns:
- the max number of attributes per
LogRecordData
.
-
getMaxAttributeValueLength
public int getMaxAttributeValueLength()Description copied from class:LogLimits
Returns the max number of characters for string attribute values. For string array attribute values, applies to each entry individually.- Specified by:
getMaxAttributeValueLength
in classLogLimits
- Returns:
- the max number of characters for attribute strings.
-
toString
-
equals
-
hashCode
public int hashCode()
-