Uses of Class
io.opentelemetry.sdk.logs.LogLimitsBuilder
-
Packages that use LogLimitsBuilder Package Description io.opentelemetry.sdk.logs The OpenTelemetry SDK implementation of logging. -
-
Uses of LogLimitsBuilder in io.opentelemetry.sdk.logs
Methods in io.opentelemetry.sdk.logs that return LogLimitsBuilder Modifier and Type Method Description static LogLimitsBuilderLogLimits. builder()Returns a newLogLimitsBuilderto construct aLogLimits.LogLimitsBuilderLogLimitsBuilder. setMaxAttributeValueLength(int maxAttributeValueLength)Sets the max number of characters for string attribute values.LogLimitsBuilderLogLimitsBuilder. setMaxNumberOfAttributes(int maxNumberOfAttributes)Sets the max number of attributes perLogRecordData.LogLimitsBuilderLogLimits. toBuilder()Returns aLogLimitsBuilderinitialized to the same property values as the current instance.
-