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 intprivate final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintReturns the max number of characters for string attribute values.intReturns the max number of attributes perLogRecordData.inthashCode()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:LogLimitsReturns the max number of attributes perLogRecordData.- Specified by:
getMaxNumberOfAttributesin classLogLimits- Returns:
- the max number of attributes per
LogRecordData.
-
getMaxAttributeValueLength
public int getMaxAttributeValueLength()Description copied from class:LogLimitsReturns the max number of characters for string attribute values. For string array attribute values, applies to each entry individually.- Specified by:
getMaxAttributeValueLengthin classLogLimits- Returns:
- the max number of characters for attribute strings.
-
toString
-
equals
-
hashCode
public int hashCode()
-